#724999

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

Shades of Studio #724999

Tints of Studio #724999

Color information

#724999 (or 0x724999) is unknown color: approx Studio. HEX triplet: 72, 49 and 99. RGB value is (114,73,153). Sum of RGB (Red+Green+Blue) = 114+73+153=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #724999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724999 is #8DB666. Grayscale: #5E5E5E. Windows color (decimal): -9287271 or 10045810. OLE color: 10045810.

HSL color Cylindrical-coordinate representation of color #724999: hue angle of 270.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724999 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11473153-
CMYK0.250.5200.4
HSL270.75º35.4%44.31%-
HSV(B)270.75º52.29%60%-
XYZ15.0710.6431.4-
YUV94.38161.08142-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 153 (60.16% from 255) = 45%
R=33.53%
G=21.47%
B=45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114731530.250.5200.4270.7535.444.31
Hex724999193402810f232c
Octal16211123131640504174354
Binary1110010100100110011001110011101000101000100001111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724999; }

 p { color: rgb(114,73,153); }

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

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

 a { background-color: rgb(114,73,153); }

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

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

 span { border-color: rgb(114,73,153); }

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