Shades of Purple Heart #6908AC
Tints of Purple Heart #6908AC
RGB
CMYK
RGB Variations
Color information
#6908AC (or 0x6908AC) is known color: Purple Heart. HEX triplet: 69, 08 and AC. RGB value is (105,8,172). Sum of RGB (Red+Green+Blue) = 105+8+172=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #6908AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6908AC is #96F753. Grayscale: #373737. Windows color (decimal): -9893716 or 11274345. OLE color: 11274345.
HSL color Cylindrical-coordinate representation of color #6908AC: hue angle of 275.49º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6908AC is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 8 | 172 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.33 |
| HSL | 275.49º | 0.91% | 0.35% | - |
| HSV(B) | 275.49º | 0.95% | 0.67% | - |
| XYZ | 13.36 | 6.16 | 39.51 | - |
| YUV | 55.7 | 193.64 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 172 | 0.39 | 0.95 | 0 | 0.33 | 275.49 | 0.91 | 0.35 |
| Hex | 69 | 8 | AC | 27 | 5F | 0 | 21 | 113 | 5B | 23 |
| Octal | 151 | 10 | 254 | 47 | 137 | 0 | 41 | 423 | 133 | 43 |
| Binary | 1101001 | 1000 | 10101100 | 100111 | 1011111 | 0 | 100001 | 100010011 | 1011011 | 100011 |
Color Harmonies of #6908AC
Complementary color
Monochromatic Colors of #6908AC
Black with #6908AC
Text Example
Text Example
White with #6908AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908AC; }
p { color: rgb(105,8,172); }
H1.HeaderClassName
{
color: #6908AC;
}
.AnyTagClassName
{
color: #6908AC;
}
</style>
background-color css
<style>
a { background-color: #6908AC; }
a { background-color: rgb(105,8,172); }
div.DivClassName
{
background-color: #6908AC;
}
.BgClassName
{
background-color: #6908AC;
}
</style>
border-color css
<style>
span { border-color: #6908AC; }
span { border-color: rgb(105,8,172); }
td.TdClassName
{
border-color: #6908AC;
}
.TagClassName
{
border-color: #6908AC;
}
</style>