Shades of Purple Heart #6802B6
Tints of Purple Heart #6802B6
RGB
CMYK
RGB Variations
Color information
#6802B6 (or 0x6802B6) is known color: Purple Heart. HEX triplet: 68, 02 and B6. RGB value is (104,2,182). Sum of RGB (Red+Green+Blue) = 104+2+182=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 182 (71.48% from 255 or 63.19% from 288); Max value from RGB is 182 - color contains mainly: blue. Hex color #6802B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802B6 is #97FD49. Grayscale: #343434. Windows color (decimal): -9960778 or 11928168. OLE color: 11928168.
HSL color Cylindrical-coordinate representation of color #6802B6: hue angle of 274º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802B6 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 2 | 182 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.29 |
| HSL | 274º | 0.98% | 0.36% | - |
| HSV(B) | 274º | 0.99% | 0.71% | - |
| XYZ | 14.17 | 6.36 | 44.74 | - |
| YUV | 53.02 | 200.79 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 182 | 0.43 | 0.99 | 0 | 0.29 | 274 | 0.98 | 0.36 |
| Hex | 68 | 2 | B6 | 2B | 63 | 0 | 1D | 112 | 62 | 24 |
| Octal | 150 | 2 | 266 | 53 | 143 | 0 | 35 | 422 | 142 | 44 |
| Binary | 1101000 | 10 | 10110110 | 101011 | 1100011 | 0 | 11101 | 100010010 | 1100010 | 100100 |
Color Harmonies of #6802B6
Complementary color
Monochromatic Colors of #6802B6
Black with #6802B6
Text Example
Text Example
White with #6802B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802B6; }
p { color: rgb(104,2,182); }
H1.HeaderClassName
{
color: #6802B6;
}
.AnyTagClassName
{
color: #6802B6;
}
</style>
background-color css
<style>
a { background-color: #6802B6; }
a { background-color: rgb(104,2,182); }
div.DivClassName
{
background-color: #6802B6;
}
.BgClassName
{
background-color: #6802B6;
}
</style>
border-color css
<style>
span { border-color: #6802B6; }
span { border-color: rgb(104,2,182); }
td.TdClassName
{
border-color: #6802B6;
}
.TagClassName
{
border-color: #6802B6;
}
</style>