Shades of Purple Heart #6201AF
Tints of Purple Heart #6201AF
RGB
CMYK
RGB Variations
Color information
#6201AF (or 0x6201AF) is known color: Purple Heart. HEX triplet: 62, 01 and AF. RGB value is (98,1,175). Sum of RGB (Red+Green+Blue) = 98+1+175=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #6201AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6201AF is #9DFE50. Grayscale: #313131. Windows color (decimal): -10354257 or 11469154. OLE color: 11469154.
HSL color Cylindrical-coordinate representation of color #6201AF: hue angle of 273.45º degrees, saturation: 0.99, 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 #6201AF is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 1 | 175 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.31 |
| HSL | 273.45º | 0.99% | 0.35% | - |
| HSV(B) | 273.45º | 0.99% | 0.69% | - |
| XYZ | 12.79 | 5.71 | 40.99 | - |
| YUV | 49.84 | 198.64 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 175 | 0.44 | 0.99 | 0 | 0.31 | 273.45 | 0.99 | 0.35 |
| Hex | 62 | 1 | AF | 2C | 63 | 0 | 1F | 111 | 63 | 23 |
| Octal | 142 | 1 | 257 | 54 | 143 | 0 | 37 | 421 | 143 | 43 |
| Binary | 1100010 | 1 | 10101111 | 101100 | 1100011 | 0 | 11111 | 100010001 | 1100011 | 100011 |
Color Harmonies of #6201AF
Complementary color
Monochromatic Colors of #6201AF
Black with #6201AF
Text Example
Text Example
White with #6201AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6201AF; }
p { color: rgb(98,1,175); }
H1.HeaderClassName
{
color: #6201AF;
}
.AnyTagClassName
{
color: #6201AF;
}
</style>
background-color css
<style>
a { background-color: #6201AF; }
a { background-color: rgb(98,1,175); }
div.DivClassName
{
background-color: #6201AF;
}
.BgClassName
{
background-color: #6201AF;
}
</style>
border-color css
<style>
span { border-color: #6201AF; }
span { border-color: rgb(98,1,175); }
td.TdClassName
{
border-color: #6201AF;
}
.TagClassName
{
border-color: #6201AF;
}
</style>