Shades of Purple Heart #430BC1
Tints of Purple Heart #430BC1
RGB
CMYK
RGB Variations
Color information
#430BC1 (or 0x430BC1) is known color: Purple Heart. HEX triplet: 43, 0B and C1. RGB value is (67,11,193). Sum of RGB (Red+Green+Blue) = 67+11+193=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 193 (75.78% from 255 or 71.22% from 271); Max value from RGB is 193 - color contains mainly: blue. Hex color #430BC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BC1 is #BCF43E. Grayscale: #2F2F2F. Windows color (decimal): -12383295 or 12651331. OLE color: 12651331.
HSL color Cylindrical-coordinate representation of color #430BC1: hue angle of 258.46º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BC1 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 11 | 193 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.24 |
| HSL | 258.46º | 0.89% | 0.4% | - |
| HSV(B) | 258.46º | 0.94% | 0.76% | - |
| XYZ | 12.06 | 5.28 | 50.84 | - |
| YUV | 48.49 | 209.55 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 193 | 0.65 | 0.94 | 0 | 0.24 | 258.46 | 0.89 | 0.4 |
| Hex | 43 | B | C1 | 41 | 5E | 0 | 18 | 102 | 59 | 28 |
| Octal | 103 | 13 | 301 | 101 | 136 | 0 | 30 | 402 | 131 | 50 |
| Binary | 1000011 | 1011 | 11000001 | 1000001 | 1011110 | 0 | 11000 | 100000010 | 1011001 | 101000 |
Color Harmonies of #430BC1
Complementary color
Monochromatic Colors of #430BC1
Black with #430BC1
Text Example
Text Example
White with #430BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BC1; }
p { color: rgb(67,11,193); }
H1.HeaderClassName
{
color: #430BC1;
}
.AnyTagClassName
{
color: #430BC1;
}
</style>
background-color css
<style>
a { background-color: #430BC1; }
a { background-color: rgb(67,11,193); }
div.DivClassName
{
background-color: #430BC1;
}
.BgClassName
{
background-color: #430BC1;
}
</style>
border-color css
<style>
span { border-color: #430BC1; }
span { border-color: rgb(67,11,193); }
td.TdClassName
{
border-color: #430BC1;
}
.TagClassName
{
border-color: #430BC1;
}
</style>