Shades of Purple Heart #430BC6
Tints of Purple Heart #430BC6
RGB
CMYK
RGB Variations
Color information
#430BC6 (or 0x430BC6) is known color: Purple Heart. HEX triplet: 43, 0B and C6. RGB value is (67,11,198). Sum of RGB (Red+Green+Blue) = 67+11+198=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 198 (77.73% from 255 or 71.74% from 276); Max value from RGB is 198 - color contains mainly: blue. Hex color #430BC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BC6 is #BCF439. Grayscale: #303030. Windows color (decimal): -12383290 or 12979011. OLE color: 12979011.
HSL color Cylindrical-coordinate representation of color #430BC6: hue angle of 257.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BC6 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 11 | 198 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.22 |
| HSL | 257.97º | 0.89% | 0.41% | - |
| HSV(B) | 257.97º | 0.94% | 0.78% | - |
| XYZ | 12.63 | 5.51 | 53.82 | - |
| YUV | 49.06 | 212.05 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 198 | 0.66 | 0.94 | 0 | 0.22 | 257.97 | 0.89 | 0.41 |
| Hex | 43 | B | C6 | 42 | 5E | 0 | 16 | 102 | 59 | 29 |
| Octal | 103 | 13 | 306 | 102 | 136 | 0 | 26 | 402 | 131 | 51 |
| Binary | 1000011 | 1011 | 11000110 | 1000010 | 1011110 | 0 | 10110 | 100000010 | 1011001 | 101001 |
Color Harmonies of #430BC6
Complementary color
Monochromatic Colors of #430BC6
Black with #430BC6
Text Example
Text Example
White with #430BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BC6; }
p { color: rgb(67,11,198); }
H1.HeaderClassName
{
color: #430BC6;
}
.AnyTagClassName
{
color: #430BC6;
}
</style>
background-color css
<style>
a { background-color: #430BC6; }
a { background-color: rgb(67,11,198); }
div.DivClassName
{
background-color: #430BC6;
}
.BgClassName
{
background-color: #430BC6;
}
</style>
border-color css
<style>
span { border-color: #430BC6; }
span { border-color: rgb(67,11,198); }
td.TdClassName
{
border-color: #430BC6;
}
.TagClassName
{
border-color: #430BC6;
}
</style>