#72449C

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

Shades of Studio #72449C

Tints of Studio #72449C

Color information

#72449C (or 0x72449C) is unknown color: approx Studio. HEX triplet: 72, 44 and 9C. RGB value is (114,68,156). Sum of RGB (Red+Green+Blue) = 114+68+156=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #72449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72449C is #8DBB63. Grayscale: #5B5B5B. Windows color (decimal): -9288548 or 10241138. OLE color: 10241138.

HSL color Cylindrical-coordinate representation of color #72449C: hue angle of 271.36º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72449C is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11468156-
CMYK0.270.5600.39
HSL271.36º39.29%43.92%-
HSV(B)271.36º56.41%61.18%-
XYZ15.0110.1132.61-
YUV91.79164.24143.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 156 (61.33% from 255) = 46.15%
R=33.73%
G=20.12%
B=46.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114681560.270.5600.39271.3639.2943.92
Hex72449C1B3802710f272c
Octal16210423433700474174754
Binary1110010100010010011100110111110000100111100001111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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