Shades of Purple Heart #6320CA
Tints of Purple Heart #6320CA
RGB
CMYK
RGB Variations
Color information
#6320CA (or 0x6320CA) is known color: Purple Heart. HEX triplet: 63, 20 and CA. RGB value is (99,32,202). Sum of RGB (Red+Green+Blue) = 99+32+202=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #6320CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6320CA is #9CDF35. Grayscale: #464646. Windows color (decimal): -10280758 or 13246563. OLE color: 13246563.
HSL color Cylindrical-coordinate representation of color #6320CA: hue angle of 263.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6320CA is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 32 | 202 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.21 |
| HSL | 263.65º | 0.73% | 0.46% | - |
| HSV(B) | 263.65º | 0.84% | 0.79% | - |
| XYZ | 16.32 | 7.95 | 56.55 | - |
| YUV | 71.41 | 201.7 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 202 | 0.51 | 0.84 | 0 | 0.21 | 263.65 | 0.73 | 0.46 |
| Hex | 63 | 20 | CA | 33 | 54 | 0 | 15 | 108 | 49 | 2E |
| Octal | 143 | 40 | 312 | 63 | 124 | 0 | 25 | 410 | 111 | 56 |
| Binary | 1100011 | 100000 | 11001010 | 110011 | 1010100 | 0 | 10101 | 100001000 | 1001001 | 101110 |
Color Harmonies of #6320CA
Complementary color
Monochromatic Colors of #6320CA
Black with #6320CA
Text Example
Text Example
White with #6320CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6320CA; }
p { color: rgb(99,32,202); }
H1.HeaderClassName
{
color: #6320CA;
}
.AnyTagClassName
{
color: #6320CA;
}
</style>
background-color css
<style>
a { background-color: #6320CA; }
a { background-color: rgb(99,32,202); }
div.DivClassName
{
background-color: #6320CA;
}
.BgClassName
{
background-color: #6320CA;
}
</style>
border-color css
<style>
span { border-color: #6320CA; }
span { border-color: rgb(99,32,202); }
td.TdClassName
{
border-color: #6320CA;
}
.TagClassName
{
border-color: #6320CA;
}
</style>