#724799

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

Shades of Studio #724799

Tints of Studio #724799

Color information

#724799 (or 0x724799) is unknown color: approx Studio. HEX triplet: 72, 47 and 99. RGB value is (114,71,153). Sum of RGB (Red+Green+Blue) = 114+71+153=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #724799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724799 is #8DB866. Grayscale: #5C5C5C. Windows color (decimal): -9287783 or 10045298. OLE color: 10045298.

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

Color convert

RGB11471153-
CMYK0.250.5400.4
HSL271.46º36.61%43.92%-
HSV(B)271.46º53.59%60%-
XYZ14.9410.3831.35-
YUV93.21161.75142.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=33.73%
G=21.01%
B=45.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114711530.250.5400.4271.4636.6143.92
Hex724799193602810f252c
Octal16210723131660504174554
Binary1110010100011110011001110011101100101000100001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724799; }

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

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

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

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

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

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

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

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