#72449A

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

Shades of Studio #72449A

Tints of Studio #72449A

Color information

#72449A (or 0x72449A) is unknown color: approx Studio. HEX triplet: 72, 44 and 9A. RGB value is (114,68,154). Sum of RGB (Red+Green+Blue) = 114+68+154=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #72449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72449A is #8DBB65. Grayscale: #5B5B5B. Windows color (decimal): -9288550 or 10110066. OLE color: 10110066.

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

Color convert

RGB11468154-
CMYK0.260.5600.40
HSL272.09º38.74%43.53%-
HSV(B)272.09º55.84%60.39%-
XYZ14.8410.0431.73-
YUV91.56163.24144.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=33.93%
G=20.24%
B=45.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114681540.260.5600.40272.0938.7443.53
Hex72449A1A38028110272c
Octal16210423232700504204754
Binary1110010100010010011010110101110000101000100010000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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