#72579A

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

Shades of Studio #72579A

Tints of Studio #72579A

Color information

#72579A (or 0x72579A) is unknown color: approx Studio. HEX triplet: 72, 57 and 9A. RGB value is (114,87,154). Sum of RGB (Red+Green+Blue) = 114+87+154=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #72579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72579A is #8DA865. Grayscale: #666666. Windows color (decimal): -9283686 or 10114930. OLE color: 10114930.

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

Color convert

RGB11487154-
CMYK0.260.4400.40
HSL264.18º27.8%47.25%-
HSV(B)264.18º43.51%60.39%-
XYZ16.1812.7332.18-
YUV102.71156.95136.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=32.11%
G=24.51%
B=43.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114871540.260.4400.40264.1827.847.25
Hex72579A1A2C0281081c2f
Octal16212723232540504103457
Binary111001010101111001101011010101100010100010000100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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