Shades of Purple Heart #4330CF
Tints of Purple Heart #4330CF
RGB
CMYK
RGB Variations
Color information
#4330CF (or 0x4330CF) is known color: Purple Heart. HEX triplet: 43, 30 and CF. RGB value is (67,48,207). Sum of RGB (Red+Green+Blue) = 67+48+207=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #4330CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4330CF is #BCCF30. Grayscale: #474747. Windows color (decimal): -12373809 or 13578307. OLE color: 13578307.
HSL color Cylindrical-coordinate representation of color #4330CF: hue angle of 247.17º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4330CF is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 48 | 207 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.19 |
| HSL | 247.17º | 0.62% | 0.5% | - |
| HSV(B) | 247.17º | 0.77% | 0.81% | - |
| XYZ | 14.63 | 7.81 | 59.77 | - |
| YUV | 71.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 207 | 0.68 | 0.77 | 0 | 0.19 | 247.17 | 0.62 | 0.5 |
| Hex | 43 | 30 | CF | 44 | 4D | 0 | 13 | F7 | 3E | 32 |
| Octal | 103 | 60 | 317 | 104 | 115 | 0 | 23 | 367 | 76 | 62 |
| Binary | 1000011 | 110000 | 11001111 | 1000100 | 1001101 | 0 | 10011 | 11110111 | 111110 | 110010 |
Color Harmonies of #4330CF
Complementary color
Monochromatic Colors of #4330CF
Black with #4330CF
Text Example
Text Example
White with #4330CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4330CF; }
p { color: rgb(67,48,207); }
H1.HeaderClassName
{
color: #4330CF;
}
.AnyTagClassName
{
color: #4330CF;
}
</style>
background-color css
<style>
a { background-color: #4330CF; }
a { background-color: rgb(67,48,207); }
div.DivClassName
{
background-color: #4330CF;
}
.BgClassName
{
background-color: #4330CF;
}
</style>
border-color css
<style>
span { border-color: #4330CF; }
span { border-color: rgb(67,48,207); }
td.TdClassName
{
border-color: #4330CF;
}
.TagClassName
{
border-color: #4330CF;
}
</style>