Shades of Purple Heart #6609AF
Tints of Purple Heart #6609AF
RGB
CMYK
RGB Variations
Color information
#6609AF (or 0x6609AF) is known color: Purple Heart. HEX triplet: 66, 09 and AF. RGB value is (102,9,175). Sum of RGB (Red+Green+Blue) = 102+9+175=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #6609AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6609AF is #99F650. Grayscale: #373737. Windows color (decimal): -10090065 or 11471206. OLE color: 11471206.
HSL color Cylindrical-coordinate representation of color #6609AF: hue angle of 273.61º 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 #6609AF is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 9 | 175 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.31 |
| HSL | 273.61º | 0.9% | 0.36% | - |
| HSV(B) | 273.61º | 0.95% | 0.69% | - |
| XYZ | 13.32 | 6.12 | 41.04 | - |
| YUV | 55.73 | 195.31 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 175 | 0.42 | 0.95 | 0 | 0.31 | 273.61 | 0.9 | 0.36 |
| Hex | 66 | 9 | AF | 2A | 5F | 0 | 1F | 112 | 5A | 24 |
| Octal | 146 | 11 | 257 | 52 | 137 | 0 | 37 | 422 | 132 | 44 |
| Binary | 1100110 | 1001 | 10101111 | 101010 | 1011111 | 0 | 11111 | 100010010 | 1011010 | 100100 |
Color Harmonies of #6609AF
Complementary color
Monochromatic Colors of #6609AF
Black with #6609AF
Text Example
Text Example
White with #6609AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6609AF; }
p { color: rgb(102,9,175); }
H1.HeaderClassName
{
color: #6609AF;
}
.AnyTagClassName
{
color: #6609AF;
}
</style>
background-color css
<style>
a { background-color: #6609AF; }
a { background-color: rgb(102,9,175); }
div.DivClassName
{
background-color: #6609AF;
}
.BgClassName
{
background-color: #6609AF;
}
</style>
border-color css
<style>
span { border-color: #6609AF; }
span { border-color: rgb(102,9,175); }
td.TdClassName
{
border-color: #6609AF;
}
.TagClassName
{
border-color: #6609AF;
}
</style>