Shades of Studio #724FB2
Tints of Studio #724FB2
RGB
CMYK
RGB Variations
Color information
#724FB2 (or 0x724FB2) is known color: Studio. HEX triplet: 72, 4F and B2. RGB value is (114,79,178). Sum of RGB (Red+Green+Blue) = 114+79+178=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #724FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724FB2 is #8DB04D. Grayscale: #646464. Windows color (decimal): -9285710 or 11685746. OLE color: 11685746.
HSL color Cylindrical-coordinate representation of color #724FB2: hue angle of 261.21º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724FB2 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 79 | 178 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.30 |
| HSL | 261.21º | 0.39% | 0.5% | - |
| HSV(B) | 261.21º | 0.56% | 0.7% | - |
| XYZ | 17.77 | 12.38 | 43.57 | - |
| YUV | 100.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 178 | 0.36 | 0.56 | 0 | 0.30 | 261.21 | 0.39 | 0.5 |
| Hex | 72 | 4F | B2 | 24 | 38 | 0 | 1E | 105 | 27 | 32 |
| Octal | 162 | 117 | 262 | 44 | 70 | 0 | 36 | 405 | 47 | 62 |
| Binary | 1110010 | 1001111 | 10110010 | 100100 | 111000 | 0 | 11110 | 100000101 | 100111 | 110010 |
Color Harmonies of #724FB2
Complementary color
Monochromatic Colors of #724FB2
Black with #724FB2
Text Example
Text Example
White with #724FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FB2; }
p { color: rgb(114,79,178); }
H1.HeaderClassName
{
color: #724FB2;
}
.AnyTagClassName
{
color: #724FB2;
}
</style>
background-color css
<style>
a { background-color: #724FB2; }
a { background-color: rgb(114,79,178); }
div.DivClassName
{
background-color: #724FB2;
}
.BgClassName
{
background-color: #724FB2;
}
</style>
border-color css
<style>
span { border-color: #724FB2; }
span { border-color: rgb(114,79,178); }
td.TdClassName
{
border-color: #724FB2;
}
.TagClassName
{
border-color: #724FB2;
}
</style>