#72589A

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

Shades of Studio #72589A

Tints of Studio #72589A

Color information

#72589A (or 0x72589A) is unknown color: approx Studio. HEX triplet: 72, 58 and 9A. RGB value is (114,88,154). Sum of RGB (Red+Green+Blue) = 114+88+154=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #72589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72589A is #8DA765. Grayscale: #676767. Windows color (decimal): -9283430 or 10115186. OLE color: 10115186.

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

Color convert

RGB11488154-
CMYK0.260.4300.40
HSL263.64º27.27%47.45%-
HSV(B)263.64º42.86%60.39%-
XYZ16.2612.8932.2-
YUV103.3156.61135.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=32.02%
G=24.72%
B=43.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114881540.260.4300.40263.6427.2747.45
Hex72589A1A2B0281081b2f
Octal16213023232530504103357
Binary111001010110001001101011010101011010100010000100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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