Shades of Purple Heart #6908CA
Tints of Purple Heart #6908CA
RGB
CMYK
RGB Variations
Color information
#6908CA (or 0x6908CA) is known color: Purple Heart. HEX triplet: 69, 08 and CA. RGB value is (105,8,202). Sum of RGB (Red+Green+Blue) = 105+8+202=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #6908CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908CA is #96F735. Grayscale: #3A3A3A. Windows color (decimal): -9893686 or 13240425. OLE color: 13240425.
HSL color Cylindrical-coordinate representation of color #6908CA: hue angle of 270º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6908CA is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 8 | 202 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.21 |
| HSL | 270º | 0.92% | 0.41% | - |
| HSV(B) | 270º | 0.96% | 0.79% | - |
| XYZ | 16.57 | 7.44 | 56.44 | - |
| YUV | 59.12 | 208.64 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 202 | 0.48 | 0.96 | 0 | 0.21 | 270 | 0.92 | 0.41 |
| Hex | 69 | 8 | CA | 30 | 60 | 0 | 15 | 10E | 5C | 29 |
| Octal | 151 | 10 | 312 | 60 | 140 | 0 | 25 | 416 | 134 | 51 |
| Binary | 1101001 | 1000 | 11001010 | 110000 | 1100000 | 0 | 10101 | 100001110 | 1011100 | 101001 |
Color Harmonies of #6908CA
Complementary color
Monochromatic Colors of #6908CA
Black with #6908CA
Text Example
Text Example
White with #6908CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908CA; }
p { color: rgb(105,8,202); }
H1.HeaderClassName
{
color: #6908CA;
}
.AnyTagClassName
{
color: #6908CA;
}
</style>
background-color css
<style>
a { background-color: #6908CA; }
a { background-color: rgb(105,8,202); }
div.DivClassName
{
background-color: #6908CA;
}
.BgClassName
{
background-color: #6908CA;
}
</style>
border-color css
<style>
span { border-color: #6908CA; }
span { border-color: rgb(105,8,202); }
td.TdClassName
{
border-color: #6908CA;
}
.TagClassName
{
border-color: #6908CA;
}
</style>