Shades of Purple Heart #6325CB
Tints of Purple Heart #6325CB
RGB
CMYK
RGB Variations
Color information
#6325CB (or 0x6325CB) is known color: Purple Heart. HEX triplet: 63, 25 and CB. RGB value is (99,37,203). Sum of RGB (Red+Green+Blue) = 99+37+203=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #6325CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6325CB is #9CDA34. Grayscale: #494949. Windows color (decimal): -10279477 or 13313379. OLE color: 13313379.
HSL color Cylindrical-coordinate representation of color #6325CB: hue angle of 262.41º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6325CB is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 37 | 203 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.20 |
| HSL | 262.41º | 0.69% | 0.47% | - |
| HSV(B) | 262.41º | 0.82% | 0.8% | - |
| XYZ | 16.59 | 8.29 | 57.23 | - |
| YUV | 74.46 | 200.54 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 203 | 0.51 | 0.82 | 0 | 0.20 | 262.41 | 0.69 | 0.47 |
| Hex | 63 | 25 | CB | 33 | 52 | 0 | 14 | 106 | 45 | 2F |
| Octal | 143 | 45 | 313 | 63 | 122 | 0 | 24 | 406 | 105 | 57 |
| Binary | 1100011 | 100101 | 11001011 | 110011 | 1010010 | 0 | 10100 | 100000110 | 1000101 | 101111 |
Color Harmonies of #6325CB
Complementary color
Monochromatic Colors of #6325CB
Black with #6325CB
Text Example
Text Example
White with #6325CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6325CB; }
p { color: rgb(99,37,203); }
H1.HeaderClassName
{
color: #6325CB;
}
.AnyTagClassName
{
color: #6325CB;
}
</style>
background-color css
<style>
a { background-color: #6325CB; }
a { background-color: rgb(99,37,203); }
div.DivClassName
{
background-color: #6325CB;
}
.BgClassName
{
background-color: #6325CB;
}
</style>
border-color css
<style>
span { border-color: #6325CB; }
span { border-color: rgb(99,37,203); }
td.TdClassName
{
border-color: #6325CB;
}
.TagClassName
{
border-color: #6325CB;
}
</style>