#724699

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

Shades of Studio #724699

Tints of Studio #724699

Color information

#724699 (or 0x724699) is unknown color: approx Studio. HEX triplet: 72, 46 and 99. RGB value is (114,70,153). Sum of RGB (Red+Green+Blue) = 114+70+153=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #724699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724699 is #8DB966. Grayscale: #5C5C5C. Windows color (decimal): -9288039 or 10045042. OLE color: 10045042.

HSL color Cylindrical-coordinate representation of color #724699: hue angle of 271.81º 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 #724699 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11470153-
CMYK0.250.5400.4
HSL271.81º37.22%43.73%-
HSV(B)271.81º54.25%60%-
XYZ14.8810.2631.33-
YUV92.62162.08143.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=33.83%
G=20.77%
B=45.40%

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
Decimal114701530.250.5400.4271.8137.2243.73
Hex7246991936028110252c
Octal16210623131660504204554
Binary1110010100011010011001110011101100101000100010000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724699; }

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

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

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

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

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

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

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

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