Shades of Studio #724399
Tints of Studio #724399
RGB
CMYK
RGB Variations
Color information
#724399 (or 0x724399) is known color: Studio. HEX triplet: 72, 43 and 99. RGB value is (114,67,153). Sum of RGB (Red+Green+Blue) = 114+67+153=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #724399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724399 is #8DBC66. Grayscale: #5A5A5A. Windows color (decimal): -9288807 or 10044274. OLE color: 10044274.
HSL color Cylindrical-coordinate representation of color #724399: hue angle of 272.79º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724399 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 67 | 153 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.4 |
| HSL | 272.79º | 0.39% | 0.43% | - |
| HSV(B) | 272.79º | 0.56% | 0.6% | - |
| XYZ | 14.7 | 9.89 | 31.27 | - |
| YUV | 90.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 153 | 0.25 | 0.56 | 0 | 0.4 | 272.79 | 0.39 | 0.43 |
| Hex | 72 | 43 | 99 | 19 | 38 | 0 | 28 | 111 | 27 | 2B |
| Octal | 162 | 103 | 231 | 31 | 70 | 0 | 50 | 421 | 47 | 53 |
| Binary | 1110010 | 1000011 | 10011001 | 11001 | 111000 | 0 | 101000 | 100010001 | 100111 | 101011 |
Color Harmonies of #724399
Complementary color
Monochromatic Colors of #724399
Black with #724399
Text Example
Text Example
White with #724399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724399; }
p { color: rgb(114,67,153); }
H1.HeaderClassName
{
color: #724399;
}
.AnyTagClassName
{
color: #724399;
}
</style>
background-color css
<style>
a { background-color: #724399; }
a { background-color: rgb(114,67,153); }
div.DivClassName
{
background-color: #724399;
}
.BgClassName
{
background-color: #724399;
}
</style>
border-color css
<style>
span { border-color: #724399; }
span { border-color: rgb(114,67,153); }
td.TdClassName
{
border-color: #724399;
}
.TagClassName
{
border-color: #724399;
}
</style>