Shades of Purple Heart #6325CA
Tints of Purple Heart #6325CA
RGB
CMYK
RGB Variations
Color information
#6325CA (or 0x6325CA) is known color: Purple Heart. HEX triplet: 63, 25 and CA. RGB value is (99,37,202). Sum of RGB (Red+Green+Blue) = 99+37+202=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #6325CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6325CA is #9CDA35. Grayscale: #494949. Windows color (decimal): -10279478 or 13247843. OLE color: 13247843.
HSL color Cylindrical-coordinate representation of color #6325CA: hue angle of 262.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6325CA is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 37 | 202 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.21 |
| HSL | 262.55º | 0.69% | 0.47% | - |
| HSV(B) | 262.55º | 0.82% | 0.79% | - |
| XYZ | 16.47 | 8.24 | 56.6 | - |
| YUV | 74.35 | 200.04 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 202 | 0.51 | 0.82 | 0 | 0.21 | 262.55 | 0.69 | 0.47 |
| Hex | 63 | 25 | CA | 33 | 52 | 0 | 15 | 107 | 45 | 2F |
| Octal | 143 | 45 | 312 | 63 | 122 | 0 | 25 | 407 | 105 | 57 |
| Binary | 1100011 | 100101 | 11001010 | 110011 | 1010010 | 0 | 10101 | 100000111 | 1000101 | 101111 |
Color Harmonies of #6325CA
Complementary color
Monochromatic Colors of #6325CA
Black with #6325CA
Text Example
Text Example
White with #6325CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6325CA; }
p { color: rgb(99,37,202); }
H1.HeaderClassName
{
color: #6325CA;
}
.AnyTagClassName
{
color: #6325CA;
}
</style>
background-color css
<style>
a { background-color: #6325CA; }
a { background-color: rgb(99,37,202); }
div.DivClassName
{
background-color: #6325CA;
}
.BgClassName
{
background-color: #6325CA;
}
</style>
border-color css
<style>
span { border-color: #6325CA; }
span { border-color: rgb(99,37,202); }
td.TdClassName
{
border-color: #6325CA;
}
.TagClassName
{
border-color: #6325CA;
}
</style>