#72439E

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

Shades of Studio #72439E

Tints of Studio #72439E

Color information

#72439E (or 0x72439E) is unknown color: approx Studio. HEX triplet: 72, 43 and 9E. RGB value is (114,67,158). Sum of RGB (Red+Green+Blue) = 114+67+158=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #72439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72439E is #8DBC61. Grayscale: #5B5B5B. Windows color (decimal): -9288802 or 10371954. OLE color: 10371954.

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

Color convert

RGB11467158-
CMYK0.280.5800.38
HSL270.99º40.44%44.12%-
HSV(B)270.99º57.59%61.96%-
XYZ15.1210.0633.49-
YUV91.43165.57144.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=33.63%
G=19.76%
B=46.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114671580.280.5800.38270.9940.4444.12
Hex72439E1C3A02610f282c
Octal16210323634720464175054
Binary1110010100001110011110111001110100100110100001111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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