Shades of Purple Heart #430CC2
Tints of Purple Heart #430CC2
RGB
CMYK
RGB Variations
Color information
#430CC2 (or 0x430CC2) is known color: Purple Heart. HEX triplet: 43, 0C and C2. RGB value is (67,12,194). Sum of RGB (Red+Green+Blue) = 67+12+194=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 194 (76.17% from 255 or 71.06% from 273); Max value from RGB is 194 - color contains mainly: blue. Hex color #430CC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430CC2 is #BCF33D. Grayscale: #303030. Windows color (decimal): -12383038 or 12717123. OLE color: 12717123.
HSL color Cylindrical-coordinate representation of color #430CC2: hue angle of 258.13º degrees, saturation: 0.88, 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 #430CC2 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 12 | 194 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.24 |
| HSL | 258.13º | 0.88% | 0.4% | - |
| HSV(B) | 258.13º | 0.94% | 0.76% | - |
| XYZ | 12.18 | 5.35 | 51.43 | - |
| YUV | 49.19 | 209.72 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 194 | 0.65 | 0.94 | 0 | 0.24 | 258.13 | 0.88 | 0.4 |
| Hex | 43 | C | C2 | 41 | 5E | 0 | 18 | 102 | 58 | 28 |
| Octal | 103 | 14 | 302 | 101 | 136 | 0 | 30 | 402 | 130 | 50 |
| Binary | 1000011 | 1100 | 11000010 | 1000001 | 1011110 | 0 | 11000 | 100000010 | 1011000 | 101000 |
Color Harmonies of #430CC2
Complementary color
Monochromatic Colors of #430CC2
Black with #430CC2
Text Example
Text Example
White with #430CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CC2; }
p { color: rgb(67,12,194); }
H1.HeaderClassName
{
color: #430CC2;
}
.AnyTagClassName
{
color: #430CC2;
}
</style>
background-color css
<style>
a { background-color: #430CC2; }
a { background-color: rgb(67,12,194); }
div.DivClassName
{
background-color: #430CC2;
}
.BgClassName
{
background-color: #430CC2;
}
</style>
border-color css
<style>
span { border-color: #430CC2; }
span { border-color: rgb(67,12,194); }
td.TdClassName
{
border-color: #430CC2;
}
.TagClassName
{
border-color: #430CC2;
}
</style>