#72459F

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

Shades of Studio #72459F

Tints of Studio #72459F

Color information

#72459F (or 0x72459F) is unknown color: approx Studio. HEX triplet: 72, 45 and 9F. RGB value is (114,69,159). Sum of RGB (Red+Green+Blue) = 114+69+159=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #72459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72459F is #8DBA60. Grayscale: #5C5C5C. Windows color (decimal): -9288289 or 10438002. OLE color: 10438002.

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

Color convert

RGB11469159-
CMYK0.280.5700.38
HSL270º39.47%44.71%-
HSV(B)270º56.6%62.35%-
XYZ15.3310.3433.99-
YUV92.72165.41143.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=33.33%
G=20.18%
B=46.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114691590.280.5700.3827039.4744.71
Hex72459F1C3902610e272d
Octal16210523734710464164755
Binary1110010100010110011111111001110010100110100001110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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