Shades of Purple Heart #6435CD
Tints of Purple Heart #6435CD
RGB
CMYK
RGB Variations
Color information
#6435CD (or 0x6435CD) is known color: Purple Heart. HEX triplet: 64, 35 and CD. RGB value is (100,53,205). Sum of RGB (Red+Green+Blue) = 100+53+205=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #6435CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6435CD is #9BCA32. Grayscale: #535353. Windows color (decimal): -10209843 or 13448548. OLE color: 13448548.
HSL color Cylindrical-coordinate representation of color #6435CD: hue angle of 258.55º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6435CD is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 53 | 205 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.20 |
| HSL | 258.55º | 0.6% | 0.51% | - |
| HSV(B) | 258.55º | 0.74% | 0.8% | - |
| XYZ | 17.55 | 9.66 | 58.7 | - |
| YUV | 84.38 | 196.07 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 205 | 0.51 | 0.74 | 0 | 0.20 | 258.55 | 0.6 | 0.51 |
| Hex | 64 | 35 | CD | 33 | 4A | 0 | 14 | 103 | 3C | 33 |
| Octal | 144 | 65 | 315 | 63 | 112 | 0 | 24 | 403 | 74 | 63 |
| Binary | 1100100 | 110101 | 11001101 | 110011 | 1001010 | 0 | 10100 | 100000011 | 111100 | 110011 |
Color Harmonies of #6435CD
Complementary color
Monochromatic Colors of #6435CD
Black with #6435CD
Text Example
Text Example
White with #6435CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6435CD; }
p { color: rgb(100,53,205); }
H1.HeaderClassName
{
color: #6435CD;
}
.AnyTagClassName
{
color: #6435CD;
}
</style>
background-color css
<style>
a { background-color: #6435CD; }
a { background-color: rgb(100,53,205); }
div.DivClassName
{
background-color: #6435CD;
}
.BgClassName
{
background-color: #6435CD;
}
</style>
border-color css
<style>
span { border-color: #6435CD; }
span { border-color: rgb(100,53,205); }
td.TdClassName
{
border-color: #6435CD;
}
.TagClassName
{
border-color: #6435CD;
}
</style>