Shades of Purple Heart #4326CF
Tints of Purple Heart #4326CF
RGB
CMYK
RGB Variations
Color information
#4326CF (or 0x4326CF) is known color: Purple Heart. HEX triplet: 43, 26 and CF. RGB value is (67,38,207). Sum of RGB (Red+Green+Blue) = 67+38+207=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #4326CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4326CF is #BCD930. Grayscale: #414141. Windows color (decimal): -12376369 or 13575747. OLE color: 13575747.
HSL color Cylindrical-coordinate representation of color #4326CF: hue angle of 250.3º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4326CF is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 38 | 207 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.19 |
| HSL | 250.3º | 0.69% | 0.48% | - |
| HSV(B) | 250.3º | 0.82% | 0.81% | - |
| XYZ | 14.27 | 7.08 | 59.65 | - |
| YUV | 65.94 | 207.61 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 207 | 0.68 | 0.82 | 0 | 0.19 | 250.3 | 0.69 | 0.48 |
| Hex | 43 | 26 | CF | 44 | 52 | 0 | 13 | FA | 45 | 30 |
| Octal | 103 | 46 | 317 | 104 | 122 | 0 | 23 | 372 | 105 | 60 |
| Binary | 1000011 | 100110 | 11001111 | 1000100 | 1010010 | 0 | 10011 | 11111010 | 1000101 | 110000 |
Color Harmonies of #4326CF
Complementary color
Monochromatic Colors of #4326CF
Black with #4326CF
Text Example
Text Example
White with #4326CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4326CF; }
p { color: rgb(67,38,207); }
H1.HeaderClassName
{
color: #4326CF;
}
.AnyTagClassName
{
color: #4326CF;
}
</style>
background-color css
<style>
a { background-color: #4326CF; }
a { background-color: rgb(67,38,207); }
div.DivClassName
{
background-color: #4326CF;
}
.BgClassName
{
background-color: #4326CF;
}
</style>
border-color css
<style>
span { border-color: #4326CF; }
span { border-color: rgb(67,38,207); }
td.TdClassName
{
border-color: #4326CF;
}
.TagClassName
{
border-color: #4326CF;
}
</style>