Shades of Purple Heart #6320CE
Tints of Purple Heart #6320CE
RGB
CMYK
RGB Variations
Color information
#6320CE (or 0x6320CE) is known color: Purple Heart. HEX triplet: 63, 20 and CE. RGB value is (99,32,206). Sum of RGB (Red+Green+Blue) = 99+32+206=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #6320CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6320CE is #9CDF31. Grayscale: #474747. Windows color (decimal): -10280754 or 13508707. OLE color: 13508707.
HSL color Cylindrical-coordinate representation of color #6320CE: hue angle of 263.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6320CE is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 32 | 206 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.19 |
| HSL | 263.1º | 0.73% | 0.47% | - |
| HSV(B) | 263.1º | 0.84% | 0.81% | - |
| XYZ | 16.8 | 8.14 | 59.08 | - |
| YUV | 71.87 | 203.7 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 206 | 0.52 | 0.84 | 0 | 0.19 | 263.1 | 0.73 | 0.47 |
| Hex | 63 | 20 | CE | 34 | 54 | 0 | 13 | 107 | 49 | 2F |
| Octal | 143 | 40 | 316 | 64 | 124 | 0 | 23 | 407 | 111 | 57 |
| Binary | 1100011 | 100000 | 11001110 | 110100 | 1010100 | 0 | 10011 | 100000111 | 1001001 | 101111 |
Color Harmonies of #6320CE
Complementary color
Monochromatic Colors of #6320CE
Black with #6320CE
Text Example
Text Example
White with #6320CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6320CE; }
p { color: rgb(99,32,206); }
H1.HeaderClassName
{
color: #6320CE;
}
.AnyTagClassName
{
color: #6320CE;
}
</style>
background-color css
<style>
a { background-color: #6320CE; }
a { background-color: rgb(99,32,206); }
div.DivClassName
{
background-color: #6320CE;
}
.BgClassName
{
background-color: #6320CE;
}
</style>
border-color css
<style>
span { border-color: #6320CE; }
span { border-color: rgb(99,32,206); }
td.TdClassName
{
border-color: #6320CE;
}
.TagClassName
{
border-color: #6320CE;
}
</style>