Shades of Purple Heart #6908CD
Tints of Purple Heart #6908CD
RGB
CMYK
RGB Variations
Color information
#6908CD (or 0x6908CD) is known color: Purple Heart. HEX triplet: 69, 08 and CD. RGB value is (105,8,205). Sum of RGB (Red+Green+Blue) = 105+8+205=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #6908CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908CD is #96F732. Grayscale: #3A3A3A. Windows color (decimal): -9893683 or 13437033. OLE color: 13437033.
HSL color Cylindrical-coordinate representation of color #6908CD: hue angle of 269.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6908CD is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 8 | 205 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.20 |
| HSL | 269.54º | 0.92% | 0.42% | - |
| HSV(B) | 269.54º | 0.96% | 0.8% | - |
| XYZ | 16.93 | 7.58 | 58.33 | - |
| YUV | 59.46 | 210.14 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 205 | 0.49 | 0.96 | 0 | 0.20 | 269.54 | 0.92 | 0.42 |
| Hex | 69 | 8 | CD | 31 | 60 | 0 | 14 | 10E | 5C | 2A |
| Octal | 151 | 10 | 315 | 61 | 140 | 0 | 24 | 416 | 134 | 52 |
| Binary | 1101001 | 1000 | 11001101 | 110001 | 1100000 | 0 | 10100 | 100001110 | 1011100 | 101010 |
Color Harmonies of #6908CD
Complementary color
Monochromatic Colors of #6908CD
Black with #6908CD
Text Example
Text Example
White with #6908CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908CD; }
p { color: rgb(105,8,205); }
H1.HeaderClassName
{
color: #6908CD;
}
.AnyTagClassName
{
color: #6908CD;
}
</style>
background-color css
<style>
a { background-color: #6908CD; }
a { background-color: rgb(105,8,205); }
div.DivClassName
{
background-color: #6908CD;
}
.BgClassName
{
background-color: #6908CD;
}
</style>
border-color css
<style>
span { border-color: #6908CD; }
span { border-color: rgb(105,8,205); }
td.TdClassName
{
border-color: #6908CD;
}
.TagClassName
{
border-color: #6908CD;
}
</style>