Shades of Studio #7245AF
Tints of Studio #7245AF
RGB
CMYK
RGB Variations
Color information
#7245AF (or 0x7245AF) is known color: Studio. HEX triplet: 72, 45 and AF. RGB value is (114,69,175). Sum of RGB (Red+Green+Blue) = 114+69+175=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #7245AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7245AF is #8DBA50. Grayscale: #5E5E5E. Windows color (decimal): -9288273 or 11486578. OLE color: 11486578.
HSL color Cylindrical-coordinate representation of color #7245AF: hue angle of 265.47º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7245AF is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 69 | 175 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.31 |
| HSL | 265.47º | 0.43% | 0.48% | - |
| HSV(B) | 265.47º | 0.61% | 0.69% | - |
| XYZ | 16.81 | 10.93 | 41.78 | - |
| YUV | 94.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 175 | 0.35 | 0.61 | 0 | 0.31 | 265.47 | 0.43 | 0.48 |
| Hex | 72 | 45 | AF | 23 | 3D | 0 | 1F | 109 | 2B | 30 |
| Octal | 162 | 105 | 257 | 43 | 75 | 0 | 37 | 411 | 53 | 60 |
| Binary | 1110010 | 1000101 | 10101111 | 100011 | 111101 | 0 | 11111 | 100001001 | 101011 | 110000 |
Color Harmonies of #7245AF
Complementary color
Monochromatic Colors of #7245AF
Black with #7245AF
Text Example
Text Example
White with #7245AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7245AF; }
p { color: rgb(114,69,175); }
H1.HeaderClassName
{
color: #7245AF;
}
.AnyTagClassName
{
color: #7245AF;
}
</style>
background-color css
<style>
a { background-color: #7245AF; }
a { background-color: rgb(114,69,175); }
div.DivClassName
{
background-color: #7245AF;
}
.BgClassName
{
background-color: #7245AF;
}
</style>
border-color css
<style>
span { border-color: #7245AF; }
span { border-color: rgb(114,69,175); }
td.TdClassName
{
border-color: #7245AF;
}
.TagClassName
{
border-color: #7245AF;
}
</style>