Shades of Purple Heart #4317C7
Tints of Purple Heart #4317C7
RGB
CMYK
RGB Variations
Color information
#4317C7 (or 0x4317C7) is known color: Purple Heart. HEX triplet: 43, 17 and C7. RGB value is (67,23,199). Sum of RGB (Red+Green+Blue) = 67+23+199=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 199 (78.12% from 255 or 68.86% from 289); Max value from RGB is 199 - color contains mainly: blue. Hex color #4317C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4317C7 is #BCE838. Grayscale: #373737. Windows color (decimal): -12380217 or 13047619. OLE color: 13047619.
HSL color Cylindrical-coordinate representation of color #4317C7: hue angle of 255º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4317C7 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 23 | 199 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.22 |
| HSL | 255º | 0.79% | 0.44% | - |
| HSV(B) | 255º | 0.88% | 0.78% | - |
| XYZ | 12.93 | 5.93 | 54.5 | - |
| YUV | 56.22 | 208.58 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 199 | 0.66 | 0.88 | 0 | 0.22 | 255 | 0.79 | 0.44 |
| Hex | 43 | 17 | C7 | 42 | 58 | 0 | 16 | FF | 4F | 2C |
| Octal | 103 | 27 | 307 | 102 | 130 | 0 | 26 | 377 | 117 | 54 |
| Binary | 1000011 | 10111 | 11000111 | 1000010 | 1011000 | 0 | 10110 | 11111111 | 1001111 | 101100 |
Color Harmonies of #4317C7
Complementary color
Monochromatic Colors of #4317C7
Black with #4317C7
Text Example
Text Example
White with #4317C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4317C7; }
p { color: rgb(67,23,199); }
H1.HeaderClassName
{
color: #4317C7;
}
.AnyTagClassName
{
color: #4317C7;
}
</style>
background-color css
<style>
a { background-color: #4317C7; }
a { background-color: rgb(67,23,199); }
div.DivClassName
{
background-color: #4317C7;
}
.BgClassName
{
background-color: #4317C7;
}
</style>
border-color css
<style>
span { border-color: #4317C7; }
span { border-color: rgb(67,23,199); }
td.TdClassName
{
border-color: #4317C7;
}
.TagClassName
{
border-color: #4317C7;
}
</style>