#72589F

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

Shades of Studio #72589F

Tints of Studio #72589F

Color information

#72589F (or 0x72589F) is unknown color: approx Studio. HEX triplet: 72, 58 and 9F. RGB value is (114,88,159). Sum of RGB (Red+Green+Blue) = 114+88+159=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #72589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72589F is #8DA760. Grayscale: #676767. Windows color (decimal): -9283425 or 10442866. OLE color: 10442866.

HSL color Cylindrical-coordinate representation of color #72589F: hue angle of 261.97º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72589F is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11488159-
CMYK0.280.4500.38
HSL261.97º28.74%48.43%-
HSV(B)261.97º44.65%62.35%-
XYZ16.6913.0634.44-
YUV103.87159.11135.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=31.58%
G=24.38%
B=44.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114881590.280.4500.38261.9728.7448.43
Hex72589F1C2D0261061d30
Octal16213023734550464063560
Binary111001010110001001111111100101101010011010000011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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