#72569B

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

Shades of Studio #72569B

Tints of Studio #72569B

Color information

#72569B (or 0x72569B) is unknown color: approx Studio. HEX triplet: 72, 56 and 9B. RGB value is (114,86,155). Sum of RGB (Red+Green+Blue) = 114+86+155=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #72569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72569B is #8DA964. Grayscale: #656565. Windows color (decimal): -9283941 or 10180210. OLE color: 10180210.

HSL color Cylindrical-coordinate representation of color #72569B: hue angle of 264.35º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72569B is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11486155-
CMYK0.260.4500.39
HSL264.35º28.63%47.25%-
HSV(B)264.35º44.52%60.78%-
XYZ16.1812.632.59-
YUV102.24157.78136.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=32.11%
G=24.23%
B=43.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114861550.260.4500.39264.3528.6347.25
Hex72569B1A2D0271081d2f
Octal16212623332550474103557
Binary111001010101101001101111010101101010011110000100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72569B; }

 p { color: rgb(114,86,155); }

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

<style>
 a { background-color: #72569B; }

 a { background-color: rgb(114,86,155); }

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

<style>
 span { border-color: #72569B; }

 span { border-color: rgb(114,86,155); }

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