Shades of Chetwode Blue #7172AA
Tints of Chetwode Blue #7172AA
RGB
CMYK
RGB Variations
Color information
#7172AA (or 0x7172AA) is known color: Chetwode Blue. HEX triplet: 71, 72 and AA. RGB value is (113,114,170). Sum of RGB (Red+Green+Blue) = 113+114+170=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #7172AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7172AA is #8E8D55. Grayscale: #777777. Windows color (decimal): -9342294 or 11170417. OLE color: 11170417.
HSL color Cylindrical-coordinate representation of color #7172AA: hue angle of 238.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7172AA is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 114 | 170 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.33 |
| HSL | 238.95º | 0.25% | 0.55% | - |
| HSV(B) | 238.95º | 0.34% | 0.67% | - |
| XYZ | 20.08 | 18.45 | 40.53 | - |
| YUV | 120.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 170 | 0.34 | 0.33 | 0 | 0.33 | 238.95 | 0.25 | 0.55 |
| Hex | 71 | 72 | AA | 22 | 21 | 0 | 21 | EF | 19 | 37 |
| Octal | 161 | 162 | 252 | 42 | 41 | 0 | 41 | 357 | 31 | 67 |
| Binary | 1110001 | 1110010 | 10101010 | 100010 | 100001 | 0 | 100001 | 11101111 | 11001 | 110111 |
Color Harmonies of #7172AA
Complementary color
Monochromatic Colors of #7172AA
Black with #7172AA
Text Example
Text Example
White with #7172AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7172AA; }
p { color: rgb(113,114,170); }
H1.HeaderClassName
{
color: #7172AA;
}
.AnyTagClassName
{
color: #7172AA;
}
</style>
background-color css
<style>
a { background-color: #7172AA; }
a { background-color: rgb(113,114,170); }
div.DivClassName
{
background-color: #7172AA;
}
.BgClassName
{
background-color: #7172AA;
}
</style>
border-color css
<style>
span { border-color: #7172AA; }
span { border-color: rgb(113,114,170); }
td.TdClassName
{
border-color: #7172AA;
}
.TagClassName
{
border-color: #7172AA;
}
</style>