Shades of Royal Heath #B3407A
Tints of Royal Heath #B3407A
RGB
CMYK
RGB Variations
Color information
#B3407A (or 0xB3407A) is known color: Royal Heath. HEX triplet: B3, 40 and 7A. RGB value is (179,64,122). Sum of RGB (Red+Green+Blue) = 179+64+122=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3407A is #4CBF85. Grayscale: #686868. Windows color (decimal): -5029766 or 8011955. OLE color: 8011955.
HSL color Cylindrical-coordinate representation of color #B3407A: hue angle of 329.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3407A is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 122 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.30 |
| HSL | 329.74º | 0.47% | 0.48% | - |
| HSV(B) | 329.74º | 0.64% | 0.7% | - |
| XYZ | 23.94 | 14.66 | 19.98 | - |
| YUV | 105 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 122 | 0 | 0.64 | 0.32 | 0.30 | 329.74 | 0.47 | 0.48 |
| Hex | B3 | 40 | 7A | 0 | 40 | 20 | 1E | 14A | 2F | 30 |
| Octal | 263 | 100 | 172 | 0 | 100 | 40 | 36 | 512 | 57 | 60 |
| Binary | 10110011 | 1000000 | 1111010 | 0 | 1000000 | 100000 | 11110 | 101001010 | 101111 | 110000 |
Color Harmonies of #B3407A
Complementary color
Monochromatic Colors of #B3407A
Black with #B3407A
Text Example
Text Example
White with #B3407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3407A; }
p { color: rgb(179,64,122); }
H1.HeaderClassName
{
color: #B3407A;
}
.AnyTagClassName
{
color: #B3407A;
}
</style>
background-color css
<style>
a { background-color: #B3407A; }
a { background-color: rgb(179,64,122); }
div.DivClassName
{
background-color: #B3407A;
}
.BgClassName
{
background-color: #B3407A;
}
</style>
border-color css
<style>
span { border-color: #B3407A; }
span { border-color: rgb(179,64,122); }
td.TdClassName
{
border-color: #B3407A;
}
.TagClassName
{
border-color: #B3407A;
}
</style>