Shades of Purple Heart #430AC2
Tints of Purple Heart #430AC2
RGB
CMYK
RGB Variations
Color information
#430AC2 (or 0x430AC2) is known color: Purple Heart. HEX triplet: 43, 0A and C2. RGB value is (67,10,194). Sum of RGB (Red+Green+Blue) = 67+10+194=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 194 (76.17% from 255 or 71.59% from 271); Max value from RGB is 194 - color contains mainly: blue. Hex color #430AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430AC2 is #BCF53D. Grayscale: #2F2F2F. Windows color (decimal): -12383550 or 12716611. OLE color: 12716611.
HSL color Cylindrical-coordinate representation of color #430AC2: hue angle of 258.59º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430AC2 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 10 | 194 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.24 |
| HSL | 258.59º | 0.9% | 0.4% | - |
| HSV(B) | 258.59º | 0.95% | 0.76% | - |
| XYZ | 12.16 | 5.31 | 51.42 | - |
| YUV | 48.02 | 210.38 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 194 | 0.65 | 0.95 | 0 | 0.24 | 258.59 | 0.9 | 0.4 |
| Hex | 43 | A | C2 | 41 | 5F | 0 | 18 | 103 | 5A | 28 |
| Octal | 103 | 12 | 302 | 101 | 137 | 0 | 30 | 403 | 132 | 50 |
| Binary | 1000011 | 1010 | 11000010 | 1000001 | 1011111 | 0 | 11000 | 100000011 | 1011010 | 101000 |
Color Harmonies of #430AC2
Complementary color
Monochromatic Colors of #430AC2
Black with #430AC2
Text Example
Text Example
White with #430AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AC2; }
p { color: rgb(67,10,194); }
H1.HeaderClassName
{
color: #430AC2;
}
.AnyTagClassName
{
color: #430AC2;
}
</style>
background-color css
<style>
a { background-color: #430AC2; }
a { background-color: rgb(67,10,194); }
div.DivClassName
{
background-color: #430AC2;
}
.BgClassName
{
background-color: #430AC2;
}
</style>
border-color css
<style>
span { border-color: #430AC2; }
span { border-color: rgb(67,10,194); }
td.TdClassName
{
border-color: #430AC2;
}
.TagClassName
{
border-color: #430AC2;
}
</style>