Shades of Studio #724FA7
Tints of Studio #724FA7
RGB
CMYK
RGB Variations
Color information
#724FA7 (or 0x724FA7) is known color: Studio. HEX triplet: 72, 4F and A7. RGB value is (114,79,167). Sum of RGB (Red+Green+Blue) = 114+79+167=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 167 - color contains mainly: blue. Hex color #724FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724FA7 is #8DB058. Grayscale: #636363. Windows color (decimal): -9285721 or 10964850. OLE color: 10964850.
HSL color Cylindrical-coordinate representation of color #724FA7: hue angle of 263.86º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #724FA7 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 79 | 167 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.35 |
| HSL | 263.86º | 0.36% | 0.48% | - |
| HSV(B) | 263.86º | 0.53% | 0.65% | - |
| XYZ | 16.71 | 11.96 | 37.99 | - |
| YUV | 99.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 167 | 0.32 | 0.53 | 0 | 0.35 | 263.86 | 0.36 | 0.48 |
| Hex | 72 | 4F | A7 | 20 | 35 | 0 | 23 | 108 | 24 | 30 |
| Octal | 162 | 117 | 247 | 40 | 65 | 0 | 43 | 410 | 44 | 60 |
| Binary | 1110010 | 1001111 | 10100111 | 100000 | 110101 | 0 | 100011 | 100001000 | 100100 | 110000 |
Color Harmonies of #724FA7
Complementary color
Monochromatic Colors of #724FA7
Black with #724FA7
Text Example
Text Example
White with #724FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FA7; }
p { color: rgb(114,79,167); }
H1.HeaderClassName
{
color: #724FA7;
}
.AnyTagClassName
{
color: #724FA7;
}
</style>
background-color css
<style>
a { background-color: #724FA7; }
a { background-color: rgb(114,79,167); }
div.DivClassName
{
background-color: #724FA7;
}
.BgClassName
{
background-color: #724FA7;
}
</style>
border-color css
<style>
span { border-color: #724FA7; }
span { border-color: rgb(114,79,167); }
td.TdClassName
{
border-color: #724FA7;
}
.TagClassName
{
border-color: #724FA7;
}
</style>