#72489D

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

Shades of Studio #72489D

Tints of Studio #72489D

Color information

#72489D (or 0x72489D) is unknown color: approx Studio. HEX triplet: 72, 48 and 9D. RGB value is (114,72,157). Sum of RGB (Red+Green+Blue) = 114+72+157=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #72489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72489D is #8DB762. Grayscale: #5D5D5D. Windows color (decimal): -9287523 or 10307698. OLE color: 10307698.

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

Color convert

RGB11472157-
CMYK0.270.5400.38
HSL269.65º37.12%44.9%-
HSV(B)269.65º54.14%61.57%-
XYZ15.3410.6533.14-
YUV94.25163.41142.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=33.24%
G=20.99%
B=45.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114721570.270.5400.38269.6537.1244.9
Hex72489D1B3602610e252d
Octal16211023533660464164555
Binary1110010100100010011101110111101100100110100001110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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