Shades of Purple Heart #430FC2
Tints of Purple Heart #430FC2
RGB
CMYK
RGB Variations
Color information
#430FC2 (or 0x430FC2) is known color: Purple Heart. HEX triplet: 43, 0F and C2. RGB value is (67,15,194). Sum of RGB (Red+Green+Blue) = 67+15+194=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 194 (76.17% from 255 or 70.29% from 276); Max value from RGB is 194 - color contains mainly: blue. Hex color #430FC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430FC2 is #BCF03D. Grayscale: #323232. Windows color (decimal): -12382270 or 12717891. OLE color: 12717891.
HSL color Cylindrical-coordinate representation of color #430FC2: hue angle of 257.43º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430FC2 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 15 | 194 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.24 |
| HSL | 257.43º | 0.86% | 0.41% | - |
| HSV(B) | 257.43º | 0.92% | 0.76% | - |
| XYZ | 12.22 | 5.43 | 51.44 | - |
| YUV | 50.95 | 208.73 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 194 | 0.65 | 0.92 | 0 | 0.24 | 257.43 | 0.86 | 0.41 |
| Hex | 43 | F | C2 | 41 | 5C | 0 | 18 | 101 | 56 | 29 |
| Octal | 103 | 17 | 302 | 101 | 134 | 0 | 30 | 401 | 126 | 51 |
| Binary | 1000011 | 1111 | 11000010 | 1000001 | 1011100 | 0 | 11000 | 100000001 | 1010110 | 101001 |
Color Harmonies of #430FC2
Complementary color
Monochromatic Colors of #430FC2
Black with #430FC2
Text Example
Text Example
White with #430FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FC2; }
p { color: rgb(67,15,194); }
H1.HeaderClassName
{
color: #430FC2;
}
.AnyTagClassName
{
color: #430FC2;
}
</style>
background-color css
<style>
a { background-color: #430FC2; }
a { background-color: rgb(67,15,194); }
div.DivClassName
{
background-color: #430FC2;
}
.BgClassName
{
background-color: #430FC2;
}
</style>
border-color css
<style>
span { border-color: #430FC2; }
span { border-color: rgb(67,15,194); }
td.TdClassName
{
border-color: #430FC2;
}
.TagClassName
{
border-color: #430FC2;
}
</style>