#724599

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

Shades of Studio #724599

Tints of Studio #724599

Color information

#724599 (or 0x724599) is unknown color: approx Studio. HEX triplet: 72, 45 and 99. RGB value is (114,69,153). Sum of RGB (Red+Green+Blue) = 114+69+153=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #724599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724599 is #8DBA66. Grayscale: #5B5B5B. Windows color (decimal): -9288295 or 10044786. OLE color: 10044786.

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

Color convert

RGB11469153-
CMYK0.250.5500.4
HSL272.14º37.84%43.53%-
HSV(B)272.14º54.9%60%-
XYZ14.8210.1331.31-
YUV92.03162.41143.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=33.93%
G=20.54%
B=45.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114691530.250.5500.4272.1437.8443.53
Hex7245991937028110262c
Octal16210523131670504204654
Binary1110010100010110011001110011101110101000100010000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724599; }

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

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

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

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

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

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

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

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