Shades of Purple Heart #6908C1
Tints of Purple Heart #6908C1
RGB
CMYK
RGB Variations
Color information
#6908C1 (or 0x6908C1) is known color: Purple Heart. HEX triplet: 69, 08 and C1. RGB value is (105,8,193). Sum of RGB (Red+Green+Blue) = 105+8+193=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #6908C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908C1 is #96F73E. Grayscale: #393939. Windows color (decimal): -9893695 or 12650601. OLE color: 12650601.
HSL color Cylindrical-coordinate representation of color #6908C1: hue angle of 271.46º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6908C1 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 8 | 193 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.24 |
| HSL | 271.46º | 0.92% | 0.39% | - |
| HSV(B) | 271.46º | 0.96% | 0.76% | - |
| XYZ | 15.54 | 7.03 | 50.99 | - |
| YUV | 58.09 | 204.14 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 193 | 0.46 | 0.96 | 0 | 0.24 | 271.46 | 0.92 | 0.39 |
| Hex | 69 | 8 | C1 | 2E | 60 | 0 | 18 | 10F | 5C | 27 |
| Octal | 151 | 10 | 301 | 56 | 140 | 0 | 30 | 417 | 134 | 47 |
| Binary | 1101001 | 1000 | 11000001 | 101110 | 1100000 | 0 | 11000 | 100001111 | 1011100 | 100111 |
Color Harmonies of #6908C1
Complementary color
Monochromatic Colors of #6908C1
Black with #6908C1
Text Example
Text Example
White with #6908C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908C1; }
p { color: rgb(105,8,193); }
H1.HeaderClassName
{
color: #6908C1;
}
.AnyTagClassName
{
color: #6908C1;
}
</style>
background-color css
<style>
a { background-color: #6908C1; }
a { background-color: rgb(105,8,193); }
div.DivClassName
{
background-color: #6908C1;
}
.BgClassName
{
background-color: #6908C1;
}
</style>
border-color css
<style>
span { border-color: #6908C1; }
span { border-color: rgb(105,8,193); }
td.TdClassName
{
border-color: #6908C1;
}
.TagClassName
{
border-color: #6908C1;
}
</style>