Shades of Purple Heart #6902AF
Tints of Purple Heart #6902AF
RGB
CMYK
RGB Variations
Color information
#6902AF (or 0x6902AF) is known color: Purple Heart. HEX triplet: 69, 02 and AF. RGB value is (105,2,175). Sum of RGB (Red+Green+Blue) = 105+2+175=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #6902AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6902AF is #96FD50. Grayscale: #333333. Windows color (decimal): -9895249 or 11469417. OLE color: 11469417.
HSL color Cylindrical-coordinate representation of color #6902AF: hue angle of 275.72º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902AF is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 2 | 175 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.31 |
| HSL | 275.72º | 0.98% | 0.35% | - |
| HSV(B) | 275.72º | 0.99% | 0.69% | - |
| XYZ | 13.59 | 6.14 | 41.03 | - |
| YUV | 52.52 | 197.12 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 175 | 0.40 | 0.99 | 0 | 0.31 | 275.72 | 0.98 | 0.35 |
| Hex | 69 | 2 | AF | 28 | 63 | 0 | 1F | 114 | 62 | 23 |
| Octal | 151 | 2 | 257 | 50 | 143 | 0 | 37 | 424 | 142 | 43 |
| Binary | 1101001 | 10 | 10101111 | 101000 | 1100011 | 0 | 11111 | 100010100 | 1100010 | 100011 |
Color Harmonies of #6902AF
Complementary color
Monochromatic Colors of #6902AF
Black with #6902AF
Text Example
Text Example
White with #6902AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6902AF; }
p { color: rgb(105,2,175); }
H1.HeaderClassName
{
color: #6902AF;
}
.AnyTagClassName
{
color: #6902AF;
}
</style>
background-color css
<style>
a { background-color: #6902AF; }
a { background-color: rgb(105,2,175); }
div.DivClassName
{
background-color: #6902AF;
}
.BgClassName
{
background-color: #6902AF;
}
</style>
border-color css
<style>
span { border-color: #6902AF; }
span { border-color: rgb(105,2,175); }
td.TdClassName
{
border-color: #6902AF;
}
.TagClassName
{
border-color: #6902AF;
}
</style>