#72559B

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

Shades of Studio #72559B

Tints of Studio #72559B

Color information

#72559B (or 0x72559B) is unknown color: approx Studio. HEX triplet: 72, 55 and 9B. RGB value is (114,85,155). Sum of RGB (Red+Green+Blue) = 114+85+155=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #72559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72559B is #8DAA64. Grayscale: #656565. Windows color (decimal): -9284197 or 10179954. OLE color: 10179954.

HSL color Cylindrical-coordinate representation of color #72559B: hue angle of 264.86º 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 #72559B is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11485155-
CMYK0.260.4500.39
HSL264.86º29.17%47.06%-
HSV(B)264.86º45.16%60.78%-
XYZ16.112.4432.56-
YUV101.65158.11136.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=32.20%
G=24.01%
B=43.79%

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
Decimal114851550.260.4500.39264.8629.1747.06
Hex72559B1A2D0271091d2f
Octal16212523332550474113557
Binary111001010101011001101111010101101010011110000100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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