Shades of Purple Heart #6804CC
Tints of Purple Heart #6804CC
RGB
CMYK
RGB Variations
Color information
#6804CC (or 0x6804CC) is known color: Purple Heart. HEX triplet: 68, 04 and CC. RGB value is (104,4,204). Sum of RGB (Red+Green+Blue) = 104+4+204=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #6804CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6804CC is #97FB33. Grayscale: #383838. Windows color (decimal): -9960244 or 13370472. OLE color: 13370472.
HSL color Cylindrical-coordinate representation of color #6804CC: hue angle of 270º 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 #6804CC is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 4 | 204 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.2 |
| HSL | 270º | 0.96% | 0.41% | - |
| HSV(B) | 270º | 0.98% | 0.8% | - |
| XYZ | 16.65 | 7.39 | 57.68 | - |
| YUV | 56.7 | 211.13 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 204 | 0.49 | 0.98 | 0 | 0.2 | 270 | 0.96 | 0.41 |
| Hex | 68 | 4 | CC | 31 | 62 | 0 | 14 | 10E | 60 | 29 |
| Octal | 150 | 4 | 314 | 61 | 142 | 0 | 24 | 416 | 140 | 51 |
| Binary | 1101000 | 100 | 11001100 | 110001 | 1100010 | 0 | 10100 | 100001110 | 1100000 | 101001 |
Color Harmonies of #6804CC
Complementary color
Monochromatic Colors of #6804CC
Black with #6804CC
Text Example
Text Example
White with #6804CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6804CC; }
p { color: rgb(104,4,204); }
H1.HeaderClassName
{
color: #6804CC;
}
.AnyTagClassName
{
color: #6804CC;
}
</style>
background-color css
<style>
a { background-color: #6804CC; }
a { background-color: rgb(104,4,204); }
div.DivClassName
{
background-color: #6804CC;
}
.BgClassName
{
background-color: #6804CC;
}
</style>
border-color css
<style>
span { border-color: #6804CC; }
span { border-color: rgb(104,4,204); }
td.TdClassName
{
border-color: #6804CC;
}
.TagClassName
{
border-color: #6804CC;
}
</style>