Shades of Purple Heart #6500AF
Tints of Purple Heart #6500AF
RGB
CMYK
RGB Variations
Color information
#6500AF (or 0x6500AF) is known color: Purple Heart. HEX triplet: 65, 00 and AF. RGB value is (101,0,175). Sum of RGB (Red+Green+Blue) = 101+0+175=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #6500AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6500AF is #9AFF50. Grayscale: #313131. Windows color (decimal): -10157905 or 11468901. OLE color: 11468901.
HSL color Cylindrical-coordinate representation of color #6500AF: hue angle of 274.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6500AF is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 0 | 175 | - |
| CMYK | 0.42 | 1 | 0 | 0.31 |
| HSL | 274.63º | 1% | 0.34% | - |
| HSV(B) | 274.63º | 1% | 0.69% | - |
| XYZ | 13.1 | 5.86 | 41 | - |
| YUV | 50.15 | 198.46 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 175 | 0.42 | 1 | 0 | 0.31 | 274.63 | 1 | 0.34 |
| Hex | 65 | 0 | AF | 2A | 64 | 0 | 1F | 113 | 64 | 22 |
| Octal | 145 | 0 | 257 | 52 | 144 | 0 | 37 | 423 | 144 | 42 |
| Binary | 1100101 | 0 | 10101111 | 101010 | 1100100 | 0 | 11111 | 100010011 | 1100100 | 100010 |
Color Harmonies of #6500AF
Complementary color
Monochromatic Colors of #6500AF
Black with #6500AF
Text Example
Text Example
White with #6500AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6500AF; }
p { color: rgb(101,0,175); }
H1.HeaderClassName
{
color: #6500AF;
}
.AnyTagClassName
{
color: #6500AF;
}
</style>
background-color css
<style>
a { background-color: #6500AF; }
a { background-color: rgb(101,0,175); }
div.DivClassName
{
background-color: #6500AF;
}
.BgClassName
{
background-color: #6500AF;
}
</style>
border-color css
<style>
span { border-color: #6500AF; }
span { border-color: rgb(101,0,175); }
td.TdClassName
{
border-color: #6500AF;
}
.TagClassName
{
border-color: #6500AF;
}
</style>