Shades of Purple Heart #6608AF
Tints of Purple Heart #6608AF
RGB
CMYK
RGB Variations
Color information
#6608AF (or 0x6608AF) is known color: Purple Heart. HEX triplet: 66, 08 and AF. RGB value is (102,8,175). Sum of RGB (Red+Green+Blue) = 102+8+175=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #6608AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6608AF is #99F750. Grayscale: #363636. Windows color (decimal): -10090321 or 11470950. OLE color: 11470950.
HSL color Cylindrical-coordinate representation of color #6608AF: hue angle of 273.77º degrees, saturation: 0.91, 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 #6608AF is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 8 | 175 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.31 |
| HSL | 273.77º | 0.91% | 0.36% | - |
| HSV(B) | 273.77º | 0.95% | 0.69% | - |
| XYZ | 13.3 | 6.09 | 41.03 | - |
| YUV | 55.14 | 195.64 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 175 | 0.42 | 0.95 | 0 | 0.31 | 273.77 | 0.91 | 0.36 |
| Hex | 66 | 8 | AF | 2A | 5F | 0 | 1F | 112 | 5B | 24 |
| Octal | 146 | 10 | 257 | 52 | 137 | 0 | 37 | 422 | 133 | 44 |
| Binary | 1100110 | 1000 | 10101111 | 101010 | 1011111 | 0 | 11111 | 100010010 | 1011011 | 100100 |
Color Harmonies of #6608AF
Complementary color
Monochromatic Colors of #6608AF
Black with #6608AF
Text Example
Text Example
White with #6608AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6608AF; }
p { color: rgb(102,8,175); }
H1.HeaderClassName
{
color: #6608AF;
}
.AnyTagClassName
{
color: #6608AF;
}
</style>
background-color css
<style>
a { background-color: #6608AF; }
a { background-color: rgb(102,8,175); }
div.DivClassName
{
background-color: #6608AF;
}
.BgClassName
{
background-color: #6608AF;
}
</style>
border-color css
<style>
span { border-color: #6608AF; }
span { border-color: rgb(102,8,175); }
td.TdClassName
{
border-color: #6608AF;
}
.TagClassName
{
border-color: #6608AF;
}
</style>