Shades of Studio #7242B6
Tints of Studio #7242B6
RGB
CMYK
RGB Variations
Color information
#7242B6 (or 0x7242B6) is known color: Studio. HEX triplet: 72, 42 and B6. RGB value is (114,66,182). Sum of RGB (Red+Green+Blue) = 114+66+182=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #7242B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7242B6 is #8DBD49. Grayscale: #5D5D5D. Windows color (decimal): -9289034 or 11944562. OLE color: 11944562.
HSL color Cylindrical-coordinate representation of color #7242B6: hue angle of 264.83º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7242B6 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 66 | 182 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.29 |
| HSL | 264.83º | 0.47% | 0.49% | - |
| HSV(B) | 264.83º | 0.64% | 0.71% | - |
| XYZ | 17.33 | 10.85 | 45.44 | - |
| YUV | 93.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 182 | 0.37 | 0.64 | 0 | 0.29 | 264.83 | 0.47 | 0.49 |
| Hex | 72 | 42 | B6 | 25 | 40 | 0 | 1D | 109 | 2F | 31 |
| Octal | 162 | 102 | 266 | 45 | 100 | 0 | 35 | 411 | 57 | 61 |
| Binary | 1110010 | 1000010 | 10110110 | 100101 | 1000000 | 0 | 11101 | 100001001 | 101111 | 110001 |
Color Harmonies of #7242B6
Complementary color
Monochromatic Colors of #7242B6
Black with #7242B6
Text Example
Text Example
White with #7242B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7242B6; }
p { color: rgb(114,66,182); }
H1.HeaderClassName
{
color: #7242B6;
}
.AnyTagClassName
{
color: #7242B6;
}
</style>
background-color css
<style>
a { background-color: #7242B6; }
a { background-color: rgb(114,66,182); }
div.DivClassName
{
background-color: #7242B6;
}
.BgClassName
{
background-color: #7242B6;
}
</style>
border-color css
<style>
span { border-color: #7242B6; }
span { border-color: rgb(114,66,182); }
td.TdClassName
{
border-color: #7242B6;
}
.TagClassName
{
border-color: #7242B6;
}
</style>