Shades of Studio #7242B2
Tints of Studio #7242B2
RGB
CMYK
RGB Variations
Color information
#7242B2 (or 0x7242B2) is known color: Studio. HEX triplet: 72, 42 and B2. RGB value is (114,66,178). Sum of RGB (Red+Green+Blue) = 114+66+178=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #7242B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7242B2 is #8DBD4D. Grayscale: #5C5C5C. Windows color (decimal): -9289038 or 11682418. OLE color: 11682418.
HSL color Cylindrical-coordinate representation of color #7242B2: hue angle of 265.71º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7242B2 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 66 | 178 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.30 |
| HSL | 265.71º | 0.46% | 0.48% | - |
| HSV(B) | 265.71º | 0.63% | 0.7% | - |
| XYZ | 16.92 | 10.69 | 43.29 | - |
| YUV | 93.12 | 175.9 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 178 | 0.36 | 0.63 | 0 | 0.30 | 265.71 | 0.46 | 0.48 |
| Hex | 72 | 42 | B2 | 24 | 3F | 0 | 1E | 10A | 2E | 30 |
| Octal | 162 | 102 | 262 | 44 | 77 | 0 | 36 | 412 | 56 | 60 |
| Binary | 1110010 | 1000010 | 10110010 | 100100 | 111111 | 0 | 11110 | 100001010 | 101110 | 110000 |
Color Harmonies of #7242B2
Complementary color
Monochromatic Colors of #7242B2
Black with #7242B2
Text Example
Text Example
White with #7242B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7242B2; }
p { color: rgb(114,66,178); }
H1.HeaderClassName
{
color: #7242B2;
}
.AnyTagClassName
{
color: #7242B2;
}
</style>
background-color css
<style>
a { background-color: #7242B2; }
a { background-color: rgb(114,66,178); }
div.DivClassName
{
background-color: #7242B2;
}
.BgClassName
{
background-color: #7242B2;
}
</style>
border-color css
<style>
span { border-color: #7242B2; }
span { border-color: rgb(114,66,178); }
td.TdClassName
{
border-color: #7242B2;
}
.TagClassName
{
border-color: #7242B2;
}
</style>