Shades of Royal Heath #99447C
Tints of Royal Heath #99447C
RGB
CMYK
RGB Variations
Color information
#99447C (or 0x99447C) is known color: Royal Heath. HEX triplet: 99, 44 and 7C. RGB value is (153,68,124). Sum of RGB (Red+Green+Blue) = 153+68+124=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99447C is #66BB83. Grayscale: #636363. Windows color (decimal): -6732676 or 8144025. OLE color: 8144025.
HSL color Cylindrical-coordinate representation of color #99447C: hue angle of 320.47º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99447C is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 124 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.4 |
| HSL | 320.47º | 0.38% | 0.43% | - |
| HSV(B) | 320.47º | 0.56% | 0.6% | - |
| XYZ | 18.84 | 12.36 | 20.46 | - |
| YUV | 99.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 124 | 0 | 0.56 | 0.19 | 0.4 | 320.47 | 0.38 | 0.43 |
| Hex | 99 | 44 | 7C | 0 | 38 | 13 | 28 | 140 | 26 | 2B |
| Octal | 231 | 104 | 174 | 0 | 70 | 23 | 50 | 500 | 46 | 53 |
| Binary | 10011001 | 1000100 | 1111100 | 0 | 111000 | 10011 | 101000 | 101000000 | 100110 | 101011 |
Color Harmonies of #99447C
Complementary color
Monochromatic Colors of #99447C
Black with #99447C
Text Example
Text Example
White with #99447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99447C; }
p { color: rgb(153,68,124); }
H1.HeaderClassName
{
color: #99447C;
}
.AnyTagClassName
{
color: #99447C;
}
</style>
background-color css
<style>
a { background-color: #99447C; }
a { background-color: rgb(153,68,124); }
div.DivClassName
{
background-color: #99447C;
}
.BgClassName
{
background-color: #99447C;
}
</style>
border-color css
<style>
span { border-color: #99447C; }
span { border-color: rgb(153,68,124); }
td.TdClassName
{
border-color: #99447C;
}
.TagClassName
{
border-color: #99447C;
}
</style>