Shades of Studio #724CA8
Tints of Studio #724CA8
RGB
CMYK
RGB Variations
Color information
#724CA8 (or 0x724CA8) is known color: Studio. HEX triplet: 72, 4C and A8. RGB value is (114,76,168). Sum of RGB (Red+Green+Blue) = 114+76+168=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 168 - color contains mainly: blue. Hex color #724CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724CA8 is #8DB357. Grayscale: #616161. Windows color (decimal): -9286488 or 11029618. OLE color: 11029618.
HSL color Cylindrical-coordinate representation of color #724CA8: hue angle of 264.78º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #724CA8 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 76 | 168 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.34 |
| HSL | 264.78º | 0.38% | 0.48% | - |
| HSV(B) | 264.78º | 0.55% | 0.66% | - |
| XYZ | 16.59 | 11.57 | 38.41 | - |
| YUV | 97.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 168 | 0.32 | 0.55 | 0 | 0.34 | 264.78 | 0.38 | 0.48 |
| Hex | 72 | 4C | A8 | 20 | 37 | 0 | 22 | 109 | 26 | 30 |
| Octal | 162 | 114 | 250 | 40 | 67 | 0 | 42 | 411 | 46 | 60 |
| Binary | 1110010 | 1001100 | 10101000 | 100000 | 110111 | 0 | 100010 | 100001001 | 100110 | 110000 |
Color Harmonies of #724CA8
Complementary color
Monochromatic Colors of #724CA8
Black with #724CA8
Text Example
Text Example
White with #724CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CA8; }
p { color: rgb(114,76,168); }
H1.HeaderClassName
{
color: #724CA8;
}
.AnyTagClassName
{
color: #724CA8;
}
</style>
background-color css
<style>
a { background-color: #724CA8; }
a { background-color: rgb(114,76,168); }
div.DivClassName
{
background-color: #724CA8;
}
.BgClassName
{
background-color: #724CA8;
}
</style>
border-color css
<style>
span { border-color: #724CA8; }
span { border-color: rgb(114,76,168); }
td.TdClassName
{
border-color: #724CA8;
}
.TagClassName
{
border-color: #724CA8;
}
</style>