Shades of Purple Heart #6407BE
Tints of Purple Heart #6407BE
RGB
CMYK
RGB Variations
Color information
#6407BE (or 0x6407BE) is known color: Purple Heart. HEX triplet: 64, 07 and BE. RGB value is (100,7,190). Sum of RGB (Red+Green+Blue) = 100+7+190=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #6407BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6407BE is #9BF841. Grayscale: #373737. Windows color (decimal): -10221634 or 12453732. OLE color: 12453732.
HSL color Cylindrical-coordinate representation of color #6407BE: hue angle of 270.49º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6407BE is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 7 | 190 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.25 |
| HSL | 270.49º | 0.93% | 0.39% | - |
| HSV(B) | 270.49º | 0.96% | 0.75% | - |
| XYZ | 14.63 | 6.58 | 49.21 | - |
| YUV | 55.67 | 203.81 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 190 | 0.47 | 0.96 | 0 | 0.25 | 270.49 | 0.93 | 0.39 |
| Hex | 64 | 7 | BE | 2F | 60 | 0 | 19 | 10E | 5D | 27 |
| Octal | 144 | 7 | 276 | 57 | 140 | 0 | 31 | 416 | 135 | 47 |
| Binary | 1100100 | 111 | 10111110 | 101111 | 1100000 | 0 | 11001 | 100001110 | 1011101 | 100111 |
Color Harmonies of #6407BE
Complementary color
Monochromatic Colors of #6407BE
Black with #6407BE
Text Example
Text Example
White with #6407BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6407BE; }
p { color: rgb(100,7,190); }
H1.HeaderClassName
{
color: #6407BE;
}
.AnyTagClassName
{
color: #6407BE;
}
</style>
background-color css
<style>
a { background-color: #6407BE; }
a { background-color: rgb(100,7,190); }
div.DivClassName
{
background-color: #6407BE;
}
.BgClassName
{
background-color: #6407BE;
}
</style>
border-color css
<style>
span { border-color: #6407BE; }
span { border-color: rgb(100,7,190); }
td.TdClassName
{
border-color: #6407BE;
}
.TagClassName
{
border-color: #6407BE;
}
</style>