Shades of Royal Heath #A74378
Tints of Royal Heath #A74378
RGB
CMYK
RGB Variations
Color information
#A74378 (or 0xA74378) is known color: Royal Heath. HEX triplet: A7, 43 and 78. RGB value is (167,67,120). Sum of RGB (Red+Green+Blue) = 167+67+120=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A74378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74378 is #58BC87. Grayscale: #666666. Windows color (decimal): -5815432 or 7881639. OLE color: 7881639.
HSL color Cylindrical-coordinate representation of color #A74378: hue angle of 328.2º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74378 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 120 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.35 |
| HSL | 328.2º | 0.43% | 0.46% | - |
| HSV(B) | 328.2º | 0.6% | 0.65% | - |
| XYZ | 21.33 | 13.59 | 19.27 | - |
| YUV | 102.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 120 | 0 | 0.60 | 0.28 | 0.35 | 328.2 | 0.43 | 0.46 |
| Hex | A7 | 43 | 78 | 0 | 3C | 1C | 23 | 148 | 2B | 2E |
| Octal | 247 | 103 | 170 | 0 | 74 | 34 | 43 | 510 | 53 | 56 |
| Binary | 10100111 | 1000011 | 1111000 | 0 | 111100 | 11100 | 100011 | 101001000 | 101011 | 101110 |
Color Harmonies of #A74378
Complementary color
Monochromatic Colors of #A74378
Black with #A74378
Text Example
Text Example
White with #A74378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74378; }
p { color: rgb(167,67,120); }
H1.HeaderClassName
{
color: #A74378;
}
.AnyTagClassName
{
color: #A74378;
}
</style>
background-color css
<style>
a { background-color: #A74378; }
a { background-color: rgb(167,67,120); }
div.DivClassName
{
background-color: #A74378;
}
.BgClassName
{
background-color: #A74378;
}
</style>
border-color css
<style>
span { border-color: #A74378; }
span { border-color: rgb(167,67,120); }
td.TdClassName
{
border-color: #A74378;
}
.TagClassName
{
border-color: #A74378;
}
</style>