Shades of Purple Heart #6405B0
Tints of Purple Heart #6405B0
RGB
CMYK
RGB Variations
Color information
#6405B0 (or 0x6405B0) is known color: Purple Heart. HEX triplet: 64, 05 and B0. RGB value is (100,5,176). Sum of RGB (Red+Green+Blue) = 100+5+176=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 176 (69.14% from 255 or 62.63% from 281); Max value from RGB is 176 - color contains mainly: blue. Hex color #6405B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6405B0 is #9BFA4F. Grayscale: #343434. Windows color (decimal): -10222160 or 11535716. OLE color: 11535716.
HSL color Cylindrical-coordinate representation of color #6405B0: hue angle of 273.33º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6405B0 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 5 | 176 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.31 |
| HSL | 273.33º | 0.94% | 0.35% | - |
| HSV(B) | 273.33º | 0.97% | 0.69% | - |
| XYZ | 13.15 | 5.95 | 41.53 | - |
| YUV | 52.9 | 197.47 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 176 | 0.43 | 0.97 | 0 | 0.31 | 273.33 | 0.94 | 0.35 |
| Hex | 64 | 5 | B0 | 2B | 61 | 0 | 1F | 111 | 5E | 23 |
| Octal | 144 | 5 | 260 | 53 | 141 | 0 | 37 | 421 | 136 | 43 |
| Binary | 1100100 | 101 | 10110000 | 101011 | 1100001 | 0 | 11111 | 100010001 | 1011110 | 100011 |
Color Harmonies of #6405B0
Complementary color
Monochromatic Colors of #6405B0
Black with #6405B0
Text Example
Text Example
White with #6405B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405B0; }
p { color: rgb(100,5,176); }
H1.HeaderClassName
{
color: #6405B0;
}
.AnyTagClassName
{
color: #6405B0;
}
</style>
background-color css
<style>
a { background-color: #6405B0; }
a { background-color: rgb(100,5,176); }
div.DivClassName
{
background-color: #6405B0;
}
.BgClassName
{
background-color: #6405B0;
}
</style>
border-color css
<style>
span { border-color: #6405B0; }
span { border-color: rgb(100,5,176); }
td.TdClassName
{
border-color: #6405B0;
}
.TagClassName
{
border-color: #6405B0;
}
</style>