#72489F

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

Shades of Studio #72489F

Tints of Studio #72489F

Color information

#72489F (or 0x72489F) is unknown color: approx Studio. HEX triplet: 72, 48 and 9F. RGB value is (114,72,159). Sum of RGB (Red+Green+Blue) = 114+72+159=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #72489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72489F is #8DB760. Grayscale: #5E5E5E. Windows color (decimal): -9287521 or 10438770. OLE color: 10438770.

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

Color convert

RGB11472159-
CMYK0.280.5500.38
HSL268.97º37.66%45.29%-
HSV(B)268.97º54.72%62.35%-
XYZ15.5110.7234.05-
YUV94.48164.41141.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=33.04%
G=20.87%
B=46.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114721590.280.5500.38268.9737.6645.29
Hex72489F1C3702610d262d
Octal16211023734670464154655
Binary1110010100100010011111111001101110100110100001101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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