Shades of Purple Heart #430DC7
Tints of Purple Heart #430DC7
RGB
CMYK
RGB Variations
Color information
#430DC7 (or 0x430DC7) is known color: Purple Heart. HEX triplet: 43, 0D and C7. RGB value is (67,13,199). Sum of RGB (Red+Green+Blue) = 67+13+199=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 199 (78.12% from 255 or 71.33% from 279); Max value from RGB is 199 - color contains mainly: blue. Hex color #430DC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430DC7 is #BCF238. Grayscale: #313131. Windows color (decimal): -12382777 or 13045059. OLE color: 13045059.
HSL color Cylindrical-coordinate representation of color #430DC7: hue angle of 257.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430DC7 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 13 | 199 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.22 |
| HSL | 257.42º | 0.88% | 0.42% | - |
| HSV(B) | 257.42º | 0.93% | 0.78% | - |
| XYZ | 12.77 | 5.6 | 54.44 | - |
| YUV | 50.35 | 211.89 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 199 | 0.66 | 0.93 | 0 | 0.22 | 257.42 | 0.88 | 0.42 |
| Hex | 43 | D | C7 | 42 | 5D | 0 | 16 | 101 | 58 | 2A |
| Octal | 103 | 15 | 307 | 102 | 135 | 0 | 26 | 401 | 130 | 52 |
| Binary | 1000011 | 1101 | 11000111 | 1000010 | 1011101 | 0 | 10110 | 100000001 | 1011000 | 101010 |
Color Harmonies of #430DC7
Complementary color
Monochromatic Colors of #430DC7
Black with #430DC7
Text Example
Text Example
White with #430DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DC7; }
p { color: rgb(67,13,199); }
H1.HeaderClassName
{
color: #430DC7;
}
.AnyTagClassName
{
color: #430DC7;
}
</style>
background-color css
<style>
a { background-color: #430DC7; }
a { background-color: rgb(67,13,199); }
div.DivClassName
{
background-color: #430DC7;
}
.BgClassName
{
background-color: #430DC7;
}
</style>
border-color css
<style>
span { border-color: #430DC7; }
span { border-color: rgb(67,13,199); }
td.TdClassName
{
border-color: #430DC7;
}
.TagClassName
{
border-color: #430DC7;
}
</style>