Shades of Purple Heart #6302AF
Tints of Purple Heart #6302AF
RGB
CMYK
RGB Variations
Color information
#6302AF (or 0x6302AF) is known color: Purple Heart. HEX triplet: 63, 02 and AF. RGB value is (99,2,175). Sum of RGB (Red+Green+Blue) = 99+2+175=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 2 (1.17% from 255 or 0.72% 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 #6302AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6302AF is #9CFD50. Grayscale: #323232. Windows color (decimal): -10288465 or 11469411. OLE color: 11469411.
HSL color Cylindrical-coordinate representation of color #6302AF: hue angle of 273.64º 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 #6302AF is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 2 | 175 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.31 |
| HSL | 273.64º | 0.98% | 0.35% | - |
| HSV(B) | 273.64º | 0.99% | 0.69% | - |
| XYZ | 12.91 | 5.79 | 41 | - |
| YUV | 50.73 | 198.14 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 175 | 0.43 | 0.99 | 0 | 0.31 | 273.64 | 0.98 | 0.35 |
| Hex | 63 | 2 | AF | 2B | 63 | 0 | 1F | 112 | 62 | 23 |
| Octal | 143 | 2 | 257 | 53 | 143 | 0 | 37 | 422 | 142 | 43 |
| Binary | 1100011 | 10 | 10101111 | 101011 | 1100011 | 0 | 11111 | 100010010 | 1100010 | 100011 |
Color Harmonies of #6302AF
Complementary color
Monochromatic Colors of #6302AF
Black with #6302AF
Text Example
Text Example
White with #6302AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302AF; }
p { color: rgb(99,2,175); }
H1.HeaderClassName
{
color: #6302AF;
}
.AnyTagClassName
{
color: #6302AF;
}
</style>
background-color css
<style>
a { background-color: #6302AF; }
a { background-color: rgb(99,2,175); }
div.DivClassName
{
background-color: #6302AF;
}
.BgClassName
{
background-color: #6302AF;
}
</style>
border-color css
<style>
span { border-color: #6302AF; }
span { border-color: rgb(99,2,175); }
td.TdClassName
{
border-color: #6302AF;
}
.TagClassName
{
border-color: #6302AF;
}
</style>