Shades of Purple Heart #6410CB
Tints of Purple Heart #6410CB
RGB
CMYK
RGB Variations
Color information
#6410CB (or 0x6410CB) is known color: Purple Heart. HEX triplet: 64, 10 and CB. RGB value is (100,16,203). Sum of RGB (Red+Green+Blue) = 100+16+203=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #6410CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6410CB is #9BEF34. Grayscale: #3D3D3D. Windows color (decimal): -10219317 or 13308004. OLE color: 13308004.
HSL color Cylindrical-coordinate representation of color #6410CB: hue angle of 266.95º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6410CB is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 16 | 203 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.20 |
| HSL | 266.95º | 0.85% | 0.43% | - |
| HSV(B) | 266.95º | 0.92% | 0.8% | - |
| XYZ | 16.22 | 7.39 | 57.07 | - |
| YUV | 62.43 | 207.33 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 203 | 0.51 | 0.92 | 0 | 0.20 | 266.95 | 0.85 | 0.43 |
| Hex | 64 | 10 | CB | 33 | 5C | 0 | 14 | 10B | 55 | 2B |
| Octal | 144 | 20 | 313 | 63 | 134 | 0 | 24 | 413 | 125 | 53 |
| Binary | 1100100 | 10000 | 11001011 | 110011 | 1011100 | 0 | 10100 | 100001011 | 1010101 | 101011 |
Color Harmonies of #6410CB
Complementary color
Monochromatic Colors of #6410CB
Black with #6410CB
Text Example
Text Example
White with #6410CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6410CB; }
p { color: rgb(100,16,203); }
H1.HeaderClassName
{
color: #6410CB;
}
.AnyTagClassName
{
color: #6410CB;
}
</style>
background-color css
<style>
a { background-color: #6410CB; }
a { background-color: rgb(100,16,203); }
div.DivClassName
{
background-color: #6410CB;
}
.BgClassName
{
background-color: #6410CB;
}
</style>
border-color css
<style>
span { border-color: #6410CB; }
span { border-color: rgb(100,16,203); }
td.TdClassName
{
border-color: #6410CB;
}
.TagClassName
{
border-color: #6410CB;
}
</style>