Shades of Purple Heart #6310CB
Tints of Purple Heart #6310CB
RGB
CMYK
RGB Variations
Color information
#6310CB (or 0x6310CB) is known color: Purple Heart. HEX triplet: 63, 10 and CB. RGB value is (99,16,203). Sum of RGB (Red+Green+Blue) = 99+16+203=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #6310CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6310CB is #9CEF34. Grayscale: #3D3D3D. Windows color (decimal): -10284853 or 13308003. OLE color: 13308003.
HSL color Cylindrical-coordinate representation of color #6310CB: hue angle of 266.63º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6310CB is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 16 | 203 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.20 |
| HSL | 266.63º | 0.85% | 0.43% | - |
| HSV(B) | 266.63º | 0.92% | 0.8% | - |
| XYZ | 16.11 | 7.34 | 57.07 | - |
| YUV | 62.14 | 207.5 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 203 | 0.51 | 0.92 | 0 | 0.20 | 266.63 | 0.85 | 0.43 |
| Hex | 63 | 10 | CB | 33 | 5C | 0 | 14 | 10B | 55 | 2B |
| Octal | 143 | 20 | 313 | 63 | 134 | 0 | 24 | 413 | 125 | 53 |
| Binary | 1100011 | 10000 | 11001011 | 110011 | 1011100 | 0 | 10100 | 100001011 | 1010101 | 101011 |
Color Harmonies of #6310CB
Complementary color
Monochromatic Colors of #6310CB
Black with #6310CB
Text Example
Text Example
White with #6310CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6310CB; }
p { color: rgb(99,16,203); }
H1.HeaderClassName
{
color: #6310CB;
}
.AnyTagClassName
{
color: #6310CB;
}
</style>
background-color css
<style>
a { background-color: #6310CB; }
a { background-color: rgb(99,16,203); }
div.DivClassName
{
background-color: #6310CB;
}
.BgClassName
{
background-color: #6310CB;
}
</style>
border-color css
<style>
span { border-color: #6310CB; }
span { border-color: rgb(99,16,203); }
td.TdClassName
{
border-color: #6310CB;
}
.TagClassName
{
border-color: #6310CB;
}
</style>