Shades of Purple Heart #6103CF
Tints of Purple Heart #6103CF
RGB
CMYK
RGB Variations
Color information
#6103CF (or 0x6103CF) is known color: Purple Heart. HEX triplet: 61, 03 and CF. RGB value is (97,3,207). Sum of RGB (Red+Green+Blue) = 97+3+207=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #6103CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103CF is #9EFC30. Grayscale: #353535. Windows color (decimal): -10419249 or 13566817. OLE color: 13566817.
HSL color Cylindrical-coordinate representation of color #6103CF: hue angle of 267.65º 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 #6103CF is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 3 | 207 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.19 |
| HSL | 267.65º | 0.97% | 0.41% | - |
| HSV(B) | 267.65º | 0.99% | 0.81% | - |
| XYZ | 16.22 | 7.11 | 59.55 | - |
| YUV | 54.36 | 214.14 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 207 | 0.53 | 0.99 | 0 | 0.19 | 267.65 | 0.97 | 0.41 |
| Hex | 61 | 3 | CF | 35 | 63 | 0 | 13 | 10C | 61 | 29 |
| Octal | 141 | 3 | 317 | 65 | 143 | 0 | 23 | 414 | 141 | 51 |
| Binary | 1100001 | 11 | 11001111 | 110101 | 1100011 | 0 | 10011 | 100001100 | 1100001 | 101001 |
Color Harmonies of #6103CF
Complementary color
Monochromatic Colors of #6103CF
Black with #6103CF
Text Example
Text Example
White with #6103CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103CF; }
p { color: rgb(97,3,207); }
H1.HeaderClassName
{
color: #6103CF;
}
.AnyTagClassName
{
color: #6103CF;
}
</style>
background-color css
<style>
a { background-color: #6103CF; }
a { background-color: rgb(97,3,207); }
div.DivClassName
{
background-color: #6103CF;
}
.BgClassName
{
background-color: #6103CF;
}
</style>
border-color css
<style>
span { border-color: #6103CF; }
span { border-color: rgb(97,3,207); }
td.TdClassName
{
border-color: #6103CF;
}
.TagClassName
{
border-color: #6103CF;
}
</style>