Shades of Purple Heart #430BC9
Tints of Purple Heart #430BC9
RGB
CMYK
RGB Variations
Color information
#430BC9 (or 0x430BC9) is known color: Purple Heart. HEX triplet: 43, 0B and C9. RGB value is (67,11,201). Sum of RGB (Red+Green+Blue) = 67+11+201=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #430BC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BC9 is #BCF436. Grayscale: #303030. Windows color (decimal): -12383287 or 13175619. OLE color: 13175619.
HSL color Cylindrical-coordinate representation of color #430BC9: hue angle of 257.68º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430BC9 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 11 | 201 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.21 |
| HSL | 257.68º | 0.9% | 0.42% | - |
| HSV(B) | 257.68º | 0.95% | 0.79% | - |
| XYZ | 12.98 | 5.65 | 55.66 | - |
| YUV | 49.4 | 213.55 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 201 | 0.67 | 0.95 | 0 | 0.21 | 257.68 | 0.9 | 0.42 |
| Hex | 43 | B | C9 | 43 | 5F | 0 | 15 | 102 | 5A | 2A |
| Octal | 103 | 13 | 311 | 103 | 137 | 0 | 25 | 402 | 132 | 52 |
| Binary | 1000011 | 1011 | 11001001 | 1000011 | 1011111 | 0 | 10101 | 100000010 | 1011010 | 101010 |
Color Harmonies of #430BC9
Complementary color
Monochromatic Colors of #430BC9
Black with #430BC9
Text Example
Text Example
White with #430BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BC9; }
p { color: rgb(67,11,201); }
H1.HeaderClassName
{
color: #430BC9;
}
.AnyTagClassName
{
color: #430BC9;
}
</style>
background-color css
<style>
a { background-color: #430BC9; }
a { background-color: rgb(67,11,201); }
div.DivClassName
{
background-color: #430BC9;
}
.BgClassName
{
background-color: #430BC9;
}
</style>
border-color css
<style>
span { border-color: #430BC9; }
span { border-color: rgb(67,11,201); }
td.TdClassName
{
border-color: #430BC9;
}
.TagClassName
{
border-color: #430BC9;
}
</style>