Shades of Purple Heart #6503CE
Tints of Purple Heart #6503CE
RGB
CMYK
RGB Variations
Color information
#6503CE (or 0x6503CE) is known color: Purple Heart. HEX triplet: 65, 03 and CE. RGB value is (101,3,206). Sum of RGB (Red+Green+Blue) = 101+3+206=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #6503CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6503CE is #9AFC31. Grayscale: #363636. Windows color (decimal): -10157106 or 13501285. OLE color: 13501285.
HSL color Cylindrical-coordinate representation of color #6503CE: hue angle of 268.97º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6503CE is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 3 | 206 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.19 |
| HSL | 268.97º | 0.97% | 0.41% | - |
| HSV(B) | 268.97º | 0.99% | 0.81% | - |
| XYZ | 16.54 | 7.29 | 58.93 | - |
| YUV | 55.44 | 212.97 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 206 | 0.51 | 0.99 | 0 | 0.19 | 268.97 | 0.97 | 0.41 |
| Hex | 65 | 3 | CE | 33 | 63 | 0 | 13 | 10D | 61 | 29 |
| Octal | 145 | 3 | 316 | 63 | 143 | 0 | 23 | 415 | 141 | 51 |
| Binary | 1100101 | 11 | 11001110 | 110011 | 1100011 | 0 | 10011 | 100001101 | 1100001 | 101001 |
Color Harmonies of #6503CE
Complementary color
Monochromatic Colors of #6503CE
Black with #6503CE
Text Example
Text Example
White with #6503CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6503CE; }
p { color: rgb(101,3,206); }
H1.HeaderClassName
{
color: #6503CE;
}
.AnyTagClassName
{
color: #6503CE;
}
</style>
background-color css
<style>
a { background-color: #6503CE; }
a { background-color: rgb(101,3,206); }
div.DivClassName
{
background-color: #6503CE;
}
.BgClassName
{
background-color: #6503CE;
}
</style>
border-color css
<style>
span { border-color: #6503CE; }
span { border-color: rgb(101,3,206); }
td.TdClassName
{
border-color: #6503CE;
}
.TagClassName
{
border-color: #6503CE;
}
</style>