Shades of Purple Heart #6805CD
Tints of Purple Heart #6805CD
RGB
CMYK
RGB Variations
Color information
#6805CD (or 0x6805CD) is known color: Purple Heart. HEX triplet: 68, 05 and CD. RGB value is (104,5,205). Sum of RGB (Red+Green+Blue) = 104+5+205=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #6805CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6805CD is #97FA32. Grayscale: #383838. Windows color (decimal): -9959987 or 13436264. OLE color: 13436264.
HSL color Cylindrical-coordinate representation of color #6805CD: hue angle of 269.7º degrees, saturation: 0.95, 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 #6805CD is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 5 | 205 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.20 |
| HSL | 269.7º | 0.95% | 0.41% | - |
| HSV(B) | 269.7º | 0.98% | 0.8% | - |
| XYZ | 16.78 | 7.46 | 58.31 | - |
| YUV | 57.4 | 211.3 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 205 | 0.49 | 0.98 | 0 | 0.20 | 269.7 | 0.95 | 0.41 |
| Hex | 68 | 5 | CD | 31 | 62 | 0 | 14 | 10E | 5F | 29 |
| Octal | 150 | 5 | 315 | 61 | 142 | 0 | 24 | 416 | 137 | 51 |
| Binary | 1101000 | 101 | 11001101 | 110001 | 1100010 | 0 | 10100 | 100001110 | 1011111 | 101001 |
Color Harmonies of #6805CD
Complementary color
Monochromatic Colors of #6805CD
Black with #6805CD
Text Example
Text Example
White with #6805CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6805CD; }
p { color: rgb(104,5,205); }
H1.HeaderClassName
{
color: #6805CD;
}
.AnyTagClassName
{
color: #6805CD;
}
</style>
background-color css
<style>
a { background-color: #6805CD; }
a { background-color: rgb(104,5,205); }
div.DivClassName
{
background-color: #6805CD;
}
.BgClassName
{
background-color: #6805CD;
}
</style>
border-color css
<style>
span { border-color: #6805CD; }
span { border-color: rgb(104,5,205); }
td.TdClassName
{
border-color: #6805CD;
}
.TagClassName
{
border-color: #6805CD;
}
</style>