#72519E

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

Shades of Studio #72519E

Tints of Studio #72519E

Color information

#72519E (or 0x72519E) is unknown color: approx Studio. HEX triplet: 72, 51 and 9E. RGB value is (114,81,158). Sum of RGB (Red+Green+Blue) = 114+81+158=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #72519E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72519E is #8DAE61. Grayscale: #636363. Windows color (decimal): -9285218 or 10375538. OLE color: 10375538.

HSL color Cylindrical-coordinate representation of color #72519E: hue angle of 265.71º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72519E is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11481158-
CMYK0.280.4900.38
HSL265.71º32.22%46.86%-
HSV(B)265.71º48.73%61.96%-
XYZ16.0511.9333.8-
YUV99.64160.93138.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=32.29%
G=22.95%
B=44.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114811580.280.4900.38265.7132.2246.86
Hex72519E1C3102610a202f
Octal16212123634610464124057
Binary1110010101000110011110111001100010100110100001010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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