#7650a7

Color #7650A7 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7650A7

Tints of Studio #7650A7

Color information

#7650A7 (or 0x7650A7) is unknown color: approx Studio. HEX triplet: 76, 50 and A7. RGB value is (118,80,167). Sum of RGB (Red+Green+Blue) = 118+80+167=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 167 (65.62% from 255 or 45.75% from 365); Max value from RGB is 167 - color contains mainly: blue. Hex color #7650A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7650A7 is #89AF58. Grayscale: #646464. Windows color (decimal): -9023321 or 10965110. OLE color: 10965110.

HSL color Cylindrical-coordinate representation of color #7650A7: hue angle of 266.21º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7650A7 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11880167-
CMYK0.290.5200.35
HSL266.21º35.22%48.43%-
HSV(B)266.21º52.1%65.49%-
XYZ17.3112.3838.04-
YUV101.28165.09139.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 167 (65.62% from 255) = 45.75%
R=32.33%
G=21.92%
B=45.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118801670.290.5200.35266.2135.2248.43
Hex7650A71D3402310a2330
Octal16612024735640434124360
Binary1110110101000010100111111011101000100011100001010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7650a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7650a7; }

 p { color: rgb(118,80,167); }

 H1.HeaderClassName
 {
   color: #7650a7;
 }
 .AnyTagClassName
 {
   color: #7650a7;
 }
</style>
background-color css

<style>
 a { background-color: #7650a7; }

 a { background-color: rgb(118,80,167); }

 div.DivClassName
 {
   background-color: #7650a7;
 }
 .BgClassName
 {
   background-color: #7650a7;
 }
</style>
border-color css

<style>
 span { border-color: #7650a7; }

 span { border-color: rgb(118,80,167); }

 td.TdClassName
 {
   border-color: #7650a7;
 }
 .TagClassName
 {
   border-color: #7650a7;
 }
</style>