Shades of Purple Heart #6434CE
Tints of Purple Heart #6434CE
RGB
CMYK
RGB Variations
Color information
#6434CE (or 0x6434CE) is known color: Purple Heart. HEX triplet: 64, 34 and CE. RGB value is (100,52,206). Sum of RGB (Red+Green+Blue) = 100+52+206=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #6434CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6434CE is #9BCB31. Grayscale: #535353. Windows color (decimal): -10210098 or 13513828. OLE color: 13513828.
HSL color Cylindrical-coordinate representation of color #6434CE: hue angle of 258.7º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6434CE is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 52 | 206 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.19 |
| HSL | 258.7º | 0.61% | 0.51% | - |
| HSV(B) | 258.7º | 0.75% | 0.81% | - |
| XYZ | 17.62 | 9.62 | 59.32 | - |
| YUV | 83.91 | 196.9 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 206 | 0.51 | 0.75 | 0 | 0.19 | 258.7 | 0.61 | 0.51 |
| Hex | 64 | 34 | CE | 33 | 4B | 0 | 13 | 103 | 3D | 33 |
| Octal | 144 | 64 | 316 | 63 | 113 | 0 | 23 | 403 | 75 | 63 |
| Binary | 1100100 | 110100 | 11001110 | 110011 | 1001011 | 0 | 10011 | 100000011 | 111101 | 110011 |
Color Harmonies of #6434CE
Complementary color
Monochromatic Colors of #6434CE
Black with #6434CE
Text Example
Text Example
White with #6434CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6434CE; }
p { color: rgb(100,52,206); }
H1.HeaderClassName
{
color: #6434CE;
}
.AnyTagClassName
{
color: #6434CE;
}
</style>
background-color css
<style>
a { background-color: #6434CE; }
a { background-color: rgb(100,52,206); }
div.DivClassName
{
background-color: #6434CE;
}
.BgClassName
{
background-color: #6434CE;
}
</style>
border-color css
<style>
span { border-color: #6434CE; }
span { border-color: rgb(100,52,206); }
td.TdClassName
{
border-color: #6434CE;
}
.TagClassName
{
border-color: #6434CE;
}
</style>