#72529c

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

Shades of Studio #72529C

Tints of Studio #72529C

Color information

#72529C (or 0x72529C) is unknown color: approx Studio. HEX triplet: 72, 52 and 9C. RGB value is (114,82,156). Sum of RGB (Red+Green+Blue) = 114+82+156=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #72529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72529C is #8DAD63. Grayscale: #636363. Windows color (decimal): -9284964 or 10244722. OLE color: 10244722.

HSL color Cylindrical-coordinate representation of color #72529C: hue angle of 265.95º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72529C is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11482156-
CMYK0.270.4700.39
HSL265.95º31.09%46.67%-
HSV(B)265.95º47.44%61.18%-
XYZ15.9612.0132.93-
YUV100159.6137.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=32.39%
G=23.30%
B=44.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114821560.270.4700.39265.9531.0946.67
Hex72529C1B2F02710a1f2f
Octal16212223433570474123757
Binary111001010100101001110011011101111010011110000101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72529c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72529c; }

 p { color: rgb(114,82,156); }

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

<style>
 a { background-color: #72529c; }

 a { background-color: rgb(114,82,156); }

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

<style>
 span { border-color: #72529c; }

 span { border-color: rgb(114,82,156); }

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