Shades of Purple Heart #6402B7
Tints of Purple Heart #6402B7
RGB
CMYK
RGB Variations
Color information
#6402B7 (or 0x6402B7) is known color: Purple Heart. HEX triplet: 64, 02 and B7. RGB value is (100,2,183). Sum of RGB (Red+Green+Blue) = 100+2+183=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 183 (71.88% from 255 or 64.21% from 285); Max value from RGB is 183 - color contains mainly: blue. Hex color #6402B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6402B7 is #9BFD48. Grayscale: #333333. Windows color (decimal): -10222921 or 11993700. OLE color: 11993700.
HSL color Cylindrical-coordinate representation of color #6402B7: hue angle of 272.49º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402B7 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 2 | 183 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.28 |
| HSL | 272.49º | 0.98% | 0.36% | - |
| HSV(B) | 272.49º | 0.99% | 0.72% | - |
| XYZ | 13.82 | 6.17 | 45.26 | - |
| YUV | 51.94 | 201.97 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 183 | 0.45 | 0.99 | 0 | 0.28 | 272.49 | 0.98 | 0.36 |
| Hex | 64 | 2 | B7 | 2D | 63 | 0 | 1C | 110 | 62 | 24 |
| Octal | 144 | 2 | 267 | 55 | 143 | 0 | 34 | 420 | 142 | 44 |
| Binary | 1100100 | 10 | 10110111 | 101101 | 1100011 | 0 | 11100 | 100010000 | 1100010 | 100100 |
Color Harmonies of #6402B7
Complementary color
Monochromatic Colors of #6402B7
Black with #6402B7
Text Example
Text Example
White with #6402B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402B7; }
p { color: rgb(100,2,183); }
H1.HeaderClassName
{
color: #6402B7;
}
.AnyTagClassName
{
color: #6402B7;
}
</style>
background-color css
<style>
a { background-color: #6402B7; }
a { background-color: rgb(100,2,183); }
div.DivClassName
{
background-color: #6402B7;
}
.BgClassName
{
background-color: #6402B7;
}
</style>
border-color css
<style>
span { border-color: #6402B7; }
span { border-color: rgb(100,2,183); }
td.TdClassName
{
border-color: #6402B7;
}
.TagClassName
{
border-color: #6402B7;
}
</style>