#72539F

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

Shades of Studio #72539F

Tints of Studio #72539F

Color information

#72539F (or 0x72539F) is unknown color: approx Studio. HEX triplet: 72, 53 and 9F. RGB value is (114,83,159). Sum of RGB (Red+Green+Blue) = 114+83+159=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #72539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72539F is #8DAC60. Grayscale: #646464. Windows color (decimal): -9284705 or 10441586. OLE color: 10441586.

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

Color convert

RGB11483159-
CMYK0.280.4800.38
HSL264.47º31.4%47.45%-
HSV(B)264.47º47.8%62.35%-
XYZ16.2912.2734.31-
YUV100.93160.77137.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 159 (62.5% from 255) = 44.66%
R=32.02%
G=23.31%
B=44.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114831590.280.4800.38264.4731.447.45
Hex72539F1C300261081f2f
Octal16212323734600464103757
Binary111001010100111001111111100110000010011010000100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72539F; }

 p { color: rgb(114,83,159); }

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

<style>
 a { background-color: #72539F; }

 a { background-color: rgb(114,83,159); }

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

<style>
 span { border-color: #72539F; }

 span { border-color: rgb(114,83,159); }

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