Shades of Purple Heart #6804CB
Tints of Purple Heart #6804CB
RGB
CMYK
RGB Variations
Color information
#6804CB (or 0x6804CB) is known color: Purple Heart. HEX triplet: 68, 04 and CB. RGB value is (104,4,203). Sum of RGB (Red+Green+Blue) = 104+4+203=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #6804CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6804CB is #97FB34. Grayscale: #373737. Windows color (decimal): -9960245 or 13304936. OLE color: 13304936.
HSL color Cylindrical-coordinate representation of color #6804CB: hue angle of 270.15º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6804CB is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 4 | 203 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.20 |
| HSL | 270.15º | 0.96% | 0.41% | - |
| HSV(B) | 270.15º | 0.98% | 0.8% | - |
| XYZ | 16.53 | 7.34 | 57.05 | - |
| YUV | 56.59 | 210.63 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 203 | 0.49 | 0.98 | 0 | 0.20 | 270.15 | 0.96 | 0.41 |
| Hex | 68 | 4 | CB | 31 | 62 | 0 | 14 | 10E | 60 | 29 |
| Octal | 150 | 4 | 313 | 61 | 142 | 0 | 24 | 416 | 140 | 51 |
| Binary | 1101000 | 100 | 11001011 | 110001 | 1100010 | 0 | 10100 | 100001110 | 1100000 | 101001 |
Color Harmonies of #6804CB
Complementary color
Monochromatic Colors of #6804CB
Black with #6804CB
Text Example
Text Example
White with #6804CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6804CB; }
p { color: rgb(104,4,203); }
H1.HeaderClassName
{
color: #6804CB;
}
.AnyTagClassName
{
color: #6804CB;
}
</style>
background-color css
<style>
a { background-color: #6804CB; }
a { background-color: rgb(104,4,203); }
div.DivClassName
{
background-color: #6804CB;
}
.BgClassName
{
background-color: #6804CB;
}
</style>
border-color css
<style>
span { border-color: #6804CB; }
span { border-color: rgb(104,4,203); }
td.TdClassName
{
border-color: #6804CB;
}
.TagClassName
{
border-color: #6804CB;
}
</style>