Shades of Studio #7242AF
Tints of Studio #7242AF
RGB
CMYK
RGB Variations
Color information
#7242AF (or 0x7242AF) is known color: Studio. HEX triplet: 72, 42 and AF. RGB value is (114,66,175). Sum of RGB (Red+Green+Blue) = 114+66+175=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #7242AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7242AF is #8DBD50. Grayscale: #5C5C5C. Windows color (decimal): -9289041 or 11485810. OLE color: 11485810.
HSL color Cylindrical-coordinate representation of color #7242AF: hue angle of 266.42º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7242AF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 66 | 175 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.31 |
| HSL | 266.42º | 0.45% | 0.47% | - |
| HSV(B) | 266.42º | 0.62% | 0.69% | - |
| XYZ | 16.63 | 10.57 | 41.72 | - |
| YUV | 92.78 | 174.4 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 175 | 0.35 | 0.62 | 0 | 0.31 | 266.42 | 0.45 | 0.47 |
| Hex | 72 | 42 | AF | 23 | 3E | 0 | 1F | 10A | 2D | 2F |
| Octal | 162 | 102 | 257 | 43 | 76 | 0 | 37 | 412 | 55 | 57 |
| Binary | 1110010 | 1000010 | 10101111 | 100011 | 111110 | 0 | 11111 | 100001010 | 101101 | 101111 |
Color Harmonies of #7242AF
Complementary color
Monochromatic Colors of #7242AF
Black with #7242AF
Text Example
Text Example
White with #7242AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7242AF; }
p { color: rgb(114,66,175); }
H1.HeaderClassName
{
color: #7242AF;
}
.AnyTagClassName
{
color: #7242AF;
}
</style>
background-color css
<style>
a { background-color: #7242AF; }
a { background-color: rgb(114,66,175); }
div.DivClassName
{
background-color: #7242AF;
}
.BgClassName
{
background-color: #7242AF;
}
</style>
border-color css
<style>
span { border-color: #7242AF; }
span { border-color: rgb(114,66,175); }
td.TdClassName
{
border-color: #7242AF;
}
.TagClassName
{
border-color: #7242AF;
}
</style>