#72519C

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

Shades of Studio #72519C

Tints of Studio #72519C

Color information

#72519C (or 0x72519C) is unknown color: approx Studio. HEX triplet: 72, 51 and 9C. RGB value is (114,81,156). Sum of RGB (Red+Green+Blue) = 114+81+156=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #72519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72519C is #8DAE63. Grayscale: #636363. Windows color (decimal): -9285220 or 10244466. OLE color: 10244466.

HSL color Cylindrical-coordinate representation of color #72519C: hue angle of 266.4º 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 #72519C is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11481156-
CMYK0.270.4800.39
HSL266.4º31.65%46.47%-
HSV(B)266.4º48.08%61.18%-
XYZ15.8811.8632.91-
YUV99.42159.93138.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=32.48%
G=23.08%
B=44.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114811560.270.4800.39266.431.6546.47
Hex72519C1B3002710a202e
Octal16212123433600474124056
Binary1110010101000110011100110111100000100111100001010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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