Shades of Purple Heart #6302AE
Tints of Purple Heart #6302AE
RGB
CMYK
RGB Variations
Color information
#6302AE (or 0x6302AE) is known color: Purple Heart. HEX triplet: 63, 02 and AE. RGB value is (99,2,174). Sum of RGB (Red+Green+Blue) = 99+2+174=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #6302AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6302AE is #9CFD51. Grayscale: #323232. Windows color (decimal): -10288466 or 11403875. OLE color: 11403875.
HSL color Cylindrical-coordinate representation of color #6302AE: hue angle of 273.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302AE is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 2 | 174 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.32 |
| HSL | 273.84º | 0.98% | 0.35% | - |
| HSV(B) | 273.84º | 0.99% | 0.68% | - |
| XYZ | 12.81 | 5.75 | 40.48 | - |
| YUV | 50.61 | 197.64 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 174 | 0.43 | 0.99 | 0 | 0.32 | 273.84 | 0.98 | 0.35 |
| Hex | 63 | 2 | AE | 2B | 63 | 0 | 20 | 112 | 62 | 23 |
| Octal | 143 | 2 | 256 | 53 | 143 | 0 | 40 | 422 | 142 | 43 |
| Binary | 1100011 | 10 | 10101110 | 101011 | 1100011 | 0 | 100000 | 100010010 | 1100010 | 100011 |
Color Harmonies of #6302AE
Complementary color
Monochromatic Colors of #6302AE
Black with #6302AE
Text Example
Text Example
White with #6302AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302AE; }
p { color: rgb(99,2,174); }
H1.HeaderClassName
{
color: #6302AE;
}
.AnyTagClassName
{
color: #6302AE;
}
</style>
background-color css
<style>
a { background-color: #6302AE; }
a { background-color: rgb(99,2,174); }
div.DivClassName
{
background-color: #6302AE;
}
.BgClassName
{
background-color: #6302AE;
}
</style>
border-color css
<style>
span { border-color: #6302AE; }
span { border-color: rgb(99,2,174); }
td.TdClassName
{
border-color: #6302AE;
}
.TagClassName
{
border-color: #6302AE;
}
</style>