#76519C

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

Shades of Studio #76519C

Tints of Studio #76519C

Color information

#76519C (or 0x76519C) is unknown color: approx Studio. HEX triplet: 76, 51 and 9C. RGB value is (118,81,156). Sum of RGB (Red+Green+Blue) = 118+81+156=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #76519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76519C is #89AE63. Grayscale: #646464. Windows color (decimal): -9023076 or 10244470. OLE color: 10244470.

HSL color Cylindrical-coordinate representation of color #76519C: hue angle of 269.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76519C is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11881156-
CMYK0.240.4800.39
HSL269.6º31.65%46.47%-
HSV(B)269.6º48.08%61.18%-
XYZ16.4112.1432.93-
YUV100.61159.26140.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 156 (61.33% from 255) = 43.94%
R=33.24%
G=22.82%
B=43.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118811560.240.4800.39269.631.6546.47
Hex76519C183002710e202e
Octal16612123430600474164056
Binary1110110101000110011100110001100000100111100001110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76519C; }

 p { color: rgb(118,81,156); }

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

<style>
 a { background-color: #76519C; }

 a { background-color: rgb(118,81,156); }

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

<style>
 span { border-color: #76519C; }

 span { border-color: rgb(118,81,156); }

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