Shades of Studio #7245AB
Tints of Studio #7245AB
RGB
CMYK
RGB Variations
Color information
#7245AB (or 0x7245AB) is known color: Studio. HEX triplet: 72, 45 and AB. RGB value is (114,69,171). Sum of RGB (Red+Green+Blue) = 114+69+171=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #7245AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7245AB is #8DBA54. Grayscale: #5D5D5D. Windows color (decimal): -9288277 or 11224434. OLE color: 11224434.
HSL color Cylindrical-coordinate representation of color #7245AB: hue angle of 266.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7245AB is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 69 | 171 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.33 |
| HSL | 266.47º | 0.43% | 0.47% | - |
| HSV(B) | 266.47º | 0.6% | 0.67% | - |
| XYZ | 16.42 | 10.77 | 39.74 | - |
| YUV | 94.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 171 | 0.33 | 0.60 | 0 | 0.33 | 266.47 | 0.43 | 0.47 |
| Hex | 72 | 45 | AB | 21 | 3C | 0 | 21 | 10A | 2A | 2F |
| Octal | 162 | 105 | 253 | 41 | 74 | 0 | 41 | 412 | 52 | 57 |
| Binary | 1110010 | 1000101 | 10101011 | 100001 | 111100 | 0 | 100001 | 100001010 | 101010 | 101111 |
Color Harmonies of #7245AB
Complementary color
Monochromatic Colors of #7245AB
Black with #7245AB
Text Example
Text Example
White with #7245AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7245AB; }
p { color: rgb(114,69,171); }
H1.HeaderClassName
{
color: #7245AB;
}
.AnyTagClassName
{
color: #7245AB;
}
</style>
background-color css
<style>
a { background-color: #7245AB; }
a { background-color: rgb(114,69,171); }
div.DivClassName
{
background-color: #7245AB;
}
.BgClassName
{
background-color: #7245AB;
}
</style>
border-color css
<style>
span { border-color: #7245AB; }
span { border-color: rgb(114,69,171); }
td.TdClassName
{
border-color: #7245AB;
}
.TagClassName
{
border-color: #7245AB;
}
</style>