Shades of Purple Heart #6402BA
Tints of Purple Heart #6402BA
RGB
CMYK
RGB Variations
Color information
#6402BA (or 0x6402BA) is known color: Purple Heart. HEX triplet: 64, 02 and BA. RGB value is (100,2,186). Sum of RGB (Red+Green+Blue) = 100+2+186=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #6402BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6402BA is #9BFD45. Grayscale: #333333. Windows color (decimal): -10222918 or 12190308. OLE color: 12190308.
HSL color Cylindrical-coordinate representation of color #6402BA: hue angle of 271.96º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402BA is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 2 | 186 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.27 |
| HSL | 271.96º | 0.98% | 0.37% | - |
| HSV(B) | 271.96º | 0.99% | 0.73% | - |
| XYZ | 14.14 | 6.3 | 46.92 | - |
| YUV | 52.28 | 203.47 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 186 | 0.46 | 0.99 | 0 | 0.27 | 271.96 | 0.98 | 0.37 |
| Hex | 64 | 2 | BA | 2E | 63 | 0 | 1B | 110 | 62 | 25 |
| Octal | 144 | 2 | 272 | 56 | 143 | 0 | 33 | 420 | 142 | 45 |
| Binary | 1100100 | 10 | 10111010 | 101110 | 1100011 | 0 | 11011 | 100010000 | 1100010 | 100101 |
Color Harmonies of #6402BA
Complementary color
Monochromatic Colors of #6402BA
Black with #6402BA
Text Example
Text Example
White with #6402BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402BA; }
p { color: rgb(100,2,186); }
H1.HeaderClassName
{
color: #6402BA;
}
.AnyTagClassName
{
color: #6402BA;
}
</style>
background-color css
<style>
a { background-color: #6402BA; }
a { background-color: rgb(100,2,186); }
div.DivClassName
{
background-color: #6402BA;
}
.BgClassName
{
background-color: #6402BA;
}
</style>
border-color css
<style>
span { border-color: #6402BA; }
span { border-color: rgb(100,2,186); }
td.TdClassName
{
border-color: #6402BA;
}
.TagClassName
{
border-color: #6402BA;
}
</style>