#72449E

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

Shades of Studio #72449E

Tints of Studio #72449E

Color information

#72449E (or 0x72449E) is unknown color: approx Studio. HEX triplet: 72, 44 and 9E. RGB value is (114,68,158). Sum of RGB (Red+Green+Blue) = 114+68+158=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #72449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72449E is #8DBB61. Grayscale: #5B5B5B. Windows color (decimal): -9288546 or 10372210. OLE color: 10372210.

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

Color convert

RGB11468158-
CMYK0.280.5700.38
HSL270.67º39.82%44.31%-
HSV(B)270.67º56.96%61.96%-
XYZ15.1810.1833.51-
YUV92.01165.24143.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=33.53%
G=20%
B=46.47%

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
Decimal114681580.280.5700.38270.6739.8244.31
Hex72449E1C3902610f282c
Octal16210423634710464175054
Binary1110010100010010011110111001110010100110100001111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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