Shades of Purple Heart #430DCA
Tints of Purple Heart #430DCA
RGB
CMYK
RGB Variations
Color information
#430DCA (or 0x430DCA) is known color: Purple Heart. HEX triplet: 43, 0D and CA. RGB value is (67,13,202). Sum of RGB (Red+Green+Blue) = 67+13+202=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #430DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430DCA is #BCF235. Grayscale: #313131. Windows color (decimal): -12382774 or 13241667. OLE color: 13241667.
HSL color Cylindrical-coordinate representation of color #430DCA: hue angle of 257.14º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430DCA is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 13 | 202 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.21 |
| HSL | 257.14º | 0.88% | 0.42% | - |
| HSV(B) | 257.14º | 0.94% | 0.79% | - |
| XYZ | 13.12 | 5.75 | 56.29 | - |
| YUV | 50.69 | 213.39 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 202 | 0.67 | 0.94 | 0 | 0.21 | 257.14 | 0.88 | 0.42 |
| Hex | 43 | D | CA | 43 | 5E | 0 | 15 | 101 | 58 | 2A |
| Octal | 103 | 15 | 312 | 103 | 136 | 0 | 25 | 401 | 130 | 52 |
| Binary | 1000011 | 1101 | 11001010 | 1000011 | 1011110 | 0 | 10101 | 100000001 | 1011000 | 101010 |
Color Harmonies of #430DCA
Complementary color
Monochromatic Colors of #430DCA
Black with #430DCA
Text Example
Text Example
White with #430DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DCA; }
p { color: rgb(67,13,202); }
H1.HeaderClassName
{
color: #430DCA;
}
.AnyTagClassName
{
color: #430DCA;
}
</style>
background-color css
<style>
a { background-color: #430DCA; }
a { background-color: rgb(67,13,202); }
div.DivClassName
{
background-color: #430DCA;
}
.BgClassName
{
background-color: #430DCA;
}
</style>
border-color css
<style>
span { border-color: #430DCA; }
span { border-color: rgb(67,13,202); }
td.TdClassName
{
border-color: #430DCA;
}
.TagClassName
{
border-color: #430DCA;
}
</style>