Shades of Purple Heart #6403BF
Tints of Purple Heart #6403BF
RGB
CMYK
RGB Variations
Color information
#6403BF (or 0x6403BF) is known color: Purple Heart. HEX triplet: 64, 03 and BF. RGB value is (100,3,191). Sum of RGB (Red+Green+Blue) = 100+3+191=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #6403BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403BF is #9BFC40. Grayscale: #343434. Windows color (decimal): -10222657 or 12518244. OLE color: 12518244.
HSL color Cylindrical-coordinate representation of color #6403BF: hue angle of 270.96º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6403BF is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 3 | 191 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.25 |
| HSL | 270.96º | 0.97% | 0.38% | - |
| HSV(B) | 270.96º | 0.98% | 0.75% | - |
| XYZ | 14.69 | 6.54 | 49.78 | - |
| YUV | 53.44 | 205.64 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 191 | 0.48 | 0.98 | 0 | 0.25 | 270.96 | 0.97 | 0.38 |
| Hex | 64 | 3 | BF | 30 | 62 | 0 | 19 | 10F | 61 | 26 |
| Octal | 144 | 3 | 277 | 60 | 142 | 0 | 31 | 417 | 141 | 46 |
| Binary | 1100100 | 11 | 10111111 | 110000 | 1100010 | 0 | 11001 | 100001111 | 1100001 | 100110 |
Color Harmonies of #6403BF
Complementary color
Monochromatic Colors of #6403BF
Black with #6403BF
Text Example
Text Example
White with #6403BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6403BF; }
p { color: rgb(100,3,191); }
H1.HeaderClassName
{
color: #6403BF;
}
.AnyTagClassName
{
color: #6403BF;
}
</style>
background-color css
<style>
a { background-color: #6403BF; }
a { background-color: rgb(100,3,191); }
div.DivClassName
{
background-color: #6403BF;
}
.BgClassName
{
background-color: #6403BF;
}
</style>
border-color css
<style>
span { border-color: #6403BF; }
span { border-color: rgb(100,3,191); }
td.TdClassName
{
border-color: #6403BF;
}
.TagClassName
{
border-color: #6403BF;
}
</style>