Shades of Studio #724FA2
Tints of Studio #724FA2
RGB
CMYK
RGB Variations
Color information
#724FA2 (or 0x724FA2) is known color: Studio. HEX triplet: 72, 4F and A2. RGB value is (114,79,162). Sum of RGB (Red+Green+Blue) = 114+79+162=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #724FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724FA2 is #8DB05D. Grayscale: #626262. Windows color (decimal): -9285726 or 10637170. OLE color: 10637170.
HSL color Cylindrical-coordinate representation of color #724FA2: hue angle of 265.3º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724FA2 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 79 | 162 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.36 |
| HSL | 265.3º | 0.34% | 0.47% | - |
| HSV(B) | 265.3º | 0.51% | 0.64% | - |
| XYZ | 16.26 | 11.78 | 35.6 | - |
| YUV | 98.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 162 | 0.30 | 0.51 | 0 | 0.36 | 265.3 | 0.34 | 0.47 |
| Hex | 72 | 4F | A2 | 1E | 33 | 0 | 24 | 109 | 22 | 2F |
| Octal | 162 | 117 | 242 | 36 | 63 | 0 | 44 | 411 | 42 | 57 |
| Binary | 1110010 | 1001111 | 10100010 | 11110 | 110011 | 0 | 100100 | 100001001 | 100010 | 101111 |
Color Harmonies of #724FA2
Complementary color
Monochromatic Colors of #724FA2
Black with #724FA2
Text Example
Text Example
White with #724FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FA2; }
p { color: rgb(114,79,162); }
H1.HeaderClassName
{
color: #724FA2;
}
.AnyTagClassName
{
color: #724FA2;
}
</style>
background-color css
<style>
a { background-color: #724FA2; }
a { background-color: rgb(114,79,162); }
div.DivClassName
{
background-color: #724FA2;
}
.BgClassName
{
background-color: #724FA2;
}
</style>
border-color css
<style>
span { border-color: #724FA2; }
span { border-color: rgb(114,79,162); }
td.TdClassName
{
border-color: #724FA2;
}
.TagClassName
{
border-color: #724FA2;
}
</style>