Shades of Purple Heart #6802B4
Tints of Purple Heart #6802B4
RGB
CMYK
RGB Variations
Color information
#6802B4 (or 0x6802B4) is known color: Purple Heart. HEX triplet: 68, 02 and B4. RGB value is (104,2,180). Sum of RGB (Red+Green+Blue) = 104+2+180=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #6802B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802B4 is #97FD4B. Grayscale: #343434. Windows color (decimal): -9960780 or 11797096. OLE color: 11797096.
HSL color Cylindrical-coordinate representation of color #6802B4: hue angle of 274.38º 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 #6802B4 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 2 | 180 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.29 |
| HSL | 274.38º | 0.98% | 0.36% | - |
| HSV(B) | 274.38º | 0.99% | 0.71% | - |
| XYZ | 13.97 | 6.28 | 43.66 | - |
| YUV | 52.79 | 199.79 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 180 | 0.42 | 0.99 | 0 | 0.29 | 274.38 | 0.98 | 0.36 |
| Hex | 68 | 2 | B4 | 2A | 63 | 0 | 1D | 112 | 62 | 24 |
| Octal | 150 | 2 | 264 | 52 | 143 | 0 | 35 | 422 | 142 | 44 |
| Binary | 1101000 | 10 | 10110100 | 101010 | 1100011 | 0 | 11101 | 100010010 | 1100010 | 100100 |
Color Harmonies of #6802B4
Complementary color
Monochromatic Colors of #6802B4
Black with #6802B4
Text Example
Text Example
White with #6802B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802B4; }
p { color: rgb(104,2,180); }
H1.HeaderClassName
{
color: #6802B4;
}
.AnyTagClassName
{
color: #6802B4;
}
</style>
background-color css
<style>
a { background-color: #6802B4; }
a { background-color: rgb(104,2,180); }
div.DivClassName
{
background-color: #6802B4;
}
.BgClassName
{
background-color: #6802B4;
}
</style>
border-color css
<style>
span { border-color: #6802B4; }
span { border-color: rgb(104,2,180); }
td.TdClassName
{
border-color: #6802B4;
}
.TagClassName
{
border-color: #6802B4;
}
</style>