Shades of Purple Heart #6D02B8
Tints of Purple Heart #6D02B8
RGB
CMYK
RGB Variations
Color information
#6D02B8 (or 0x6D02B8) is known color: Purple Heart. HEX triplet: 6D, 02 and B8. RGB value is (109,2,184). Sum of RGB (Red+Green+Blue) = 109+2+184=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #6D02B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D02B8 is #92FD47. Grayscale: #363636. Windows color (decimal): -9633096 or 12059245. OLE color: 12059245.
HSL color Cylindrical-coordinate representation of color #6D02B8: hue angle of 275.27º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D02B8 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 2 | 184 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.28 |
| HSL | 275.27º | 0.98% | 0.36% | - |
| HSV(B) | 275.27º | 0.99% | 0.72% | - |
| XYZ | 14.98 | 6.76 | 45.86 | - |
| YUV | 54.74 | 200.95 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 184 | 0.41 | 0.99 | 0 | 0.28 | 275.27 | 0.98 | 0.36 |
| Hex | 6D | 2 | B8 | 29 | 63 | 0 | 1C | 113 | 62 | 24 |
| Octal | 155 | 2 | 270 | 51 | 143 | 0 | 34 | 423 | 142 | 44 |
| Binary | 1101101 | 10 | 10111000 | 101001 | 1100011 | 0 | 11100 | 100010011 | 1100010 | 100100 |
Color Harmonies of #6D02B8
Complementary color
Monochromatic Colors of #6D02B8
Black with #6D02B8
Text Example
Text Example
White with #6D02B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D02B8; }
p { color: rgb(109,2,184); }
H1.HeaderClassName
{
color: #6D02B8;
}
.AnyTagClassName
{
color: #6D02B8;
}
</style>
background-color css
<style>
a { background-color: #6D02B8; }
a { background-color: rgb(109,2,184); }
div.DivClassName
{
background-color: #6D02B8;
}
.BgClassName
{
background-color: #6D02B8;
}
</style>
border-color css
<style>
span { border-color: #6D02B8; }
span { border-color: rgb(109,2,184); }
td.TdClassName
{
border-color: #6D02B8;
}
.TagClassName
{
border-color: #6D02B8;
}
</style>