Shades of Purple Heart #6102BB
Tints of Purple Heart #6102BB
RGB
CMYK
RGB Variations
Color information
#6102BB (or 0x6102BB) is known color: Purple Heart. HEX triplet: 61, 02 and BB. RGB value is (97,2,187). Sum of RGB (Red+Green+Blue) = 97+2+187=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #6102BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6102BB is #9EFD44. Grayscale: #323232. Windows color (decimal): -10419525 or 12255841. OLE color: 12255841.
HSL color Cylindrical-coordinate representation of color #6102BB: hue angle of 270.81º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102BB is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 2 | 187 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.27 |
| HSL | 270.81º | 0.98% | 0.37% | - |
| HSV(B) | 270.81º | 0.99% | 0.73% | - |
| XYZ | 13.92 | 6.17 | 47.47 | - |
| YUV | 51.5 | 204.47 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 187 | 0.48 | 0.99 | 0 | 0.27 | 270.81 | 0.98 | 0.37 |
| Hex | 61 | 2 | BB | 30 | 63 | 0 | 1B | 10F | 62 | 25 |
| Octal | 141 | 2 | 273 | 60 | 143 | 0 | 33 | 417 | 142 | 45 |
| Binary | 1100001 | 10 | 10111011 | 110000 | 1100011 | 0 | 11011 | 100001111 | 1100010 | 100101 |
Color Harmonies of #6102BB
Complementary color
Monochromatic Colors of #6102BB
Black with #6102BB
Text Example
Text Example
White with #6102BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102BB; }
p { color: rgb(97,2,187); }
H1.HeaderClassName
{
color: #6102BB;
}
.AnyTagClassName
{
color: #6102BB;
}
</style>
background-color css
<style>
a { background-color: #6102BB; }
a { background-color: rgb(97,2,187); }
div.DivClassName
{
background-color: #6102BB;
}
.BgClassName
{
background-color: #6102BB;
}
</style>
border-color css
<style>
span { border-color: #6102BB; }
span { border-color: rgb(97,2,187); }
td.TdClassName
{
border-color: #6102BB;
}
.TagClassName
{
border-color: #6102BB;
}
</style>