Shades of Purple Heart #430BC2
Tints of Purple Heart #430BC2
RGB
CMYK
RGB Variations
Color information
#430BC2 (or 0x430BC2) is known color: Purple Heart. HEX triplet: 43, 0B and C2. RGB value is (67,11,194). Sum of RGB (Red+Green+Blue) = 67+11+194=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 194 (76.17% from 255 or 71.32% from 272); Max value from RGB is 194 - color contains mainly: blue. Hex color #430BC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BC2 is #BCF43D. Grayscale: #2F2F2F. Windows color (decimal): -12383294 or 12716867. OLE color: 12716867.
HSL color Cylindrical-coordinate representation of color #430BC2: hue angle of 258.36º 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 #430BC2 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 11 | 194 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.24 |
| HSL | 258.36º | 0.89% | 0.4% | - |
| HSV(B) | 258.36º | 0.94% | 0.76% | - |
| XYZ | 12.17 | 5.33 | 51.43 | - |
| YUV | 48.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 194 | 0.65 | 0.94 | 0 | 0.24 | 258.36 | 0.89 | 0.4 |
| Hex | 43 | B | C2 | 41 | 5E | 0 | 18 | 102 | 59 | 28 |
| Octal | 103 | 13 | 302 | 101 | 136 | 0 | 30 | 402 | 131 | 50 |
| Binary | 1000011 | 1011 | 11000010 | 1000001 | 1011110 | 0 | 11000 | 100000010 | 1011001 | 101000 |
Color Harmonies of #430BC2
Complementary color
Monochromatic Colors of #430BC2
Black with #430BC2
Text Example
Text Example
White with #430BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BC2; }
p { color: rgb(67,11,194); }
H1.HeaderClassName
{
color: #430BC2;
}
.AnyTagClassName
{
color: #430BC2;
}
</style>
background-color css
<style>
a { background-color: #430BC2; }
a { background-color: rgb(67,11,194); }
div.DivClassName
{
background-color: #430BC2;
}
.BgClassName
{
background-color: #430BC2;
}
</style>
border-color css
<style>
span { border-color: #430BC2; }
span { border-color: rgb(67,11,194); }
td.TdClassName
{
border-color: #430BC2;
}
.TagClassName
{
border-color: #430BC2;
}
</style>