Shades of Purple Heart #6A09AF
Tints of Purple Heart #6A09AF
RGB
CMYK
RGB Variations
Color information
#6A09AF (or 0x6A09AF) is known color: Purple Heart. HEX triplet: 6A, 09 and AF. RGB value is (106,9,175). Sum of RGB (Red+Green+Blue) = 106+9+175=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A09AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A09AF is #95F650. Grayscale: #383838. Windows color (decimal): -9827921 or 11471210. OLE color: 11471210.
HSL color Cylindrical-coordinate representation of color #6A09AF: hue angle of 275.06º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A09AF is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 9 | 175 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.31 |
| HSL | 275.06º | 0.9% | 0.36% | - |
| HSV(B) | 275.06º | 0.95% | 0.69% | - |
| XYZ | 13.78 | 6.35 | 41.06 | - |
| YUV | 56.93 | 194.64 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 175 | 0.39 | 0.95 | 0 | 0.31 | 275.06 | 0.9 | 0.36 |
| Hex | 6A | 9 | AF | 27 | 5F | 0 | 1F | 113 | 5A | 24 |
| Octal | 152 | 11 | 257 | 47 | 137 | 0 | 37 | 423 | 132 | 44 |
| Binary | 1101010 | 1001 | 10101111 | 100111 | 1011111 | 0 | 11111 | 100010011 | 1011010 | 100100 |
Color Harmonies of #6A09AF
Complementary color
Monochromatic Colors of #6A09AF
Black with #6A09AF
Text Example
Text Example
White with #6A09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A09AF; }
p { color: rgb(106,9,175); }
H1.HeaderClassName
{
color: #6A09AF;
}
.AnyTagClassName
{
color: #6A09AF;
}
</style>
background-color css
<style>
a { background-color: #6A09AF; }
a { background-color: rgb(106,9,175); }
div.DivClassName
{
background-color: #6A09AF;
}
.BgClassName
{
background-color: #6A09AF;
}
</style>
border-color css
<style>
span { border-color: #6A09AF; }
span { border-color: rgb(106,9,175); }
td.TdClassName
{
border-color: #6A09AF;
}
.TagClassName
{
border-color: #6A09AF;
}
</style>