Shades of Purple Heart #6322CB
Tints of Purple Heart #6322CB
RGB
CMYK
RGB Variations
Color information
#6322CB (or 0x6322CB) is known color: Purple Heart. HEX triplet: 63, 22 and CB. RGB value is (99,34,203). Sum of RGB (Red+Green+Blue) = 99+34+203=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #6322CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6322CB is #9CDD34. Grayscale: #484848. Windows color (decimal): -10280245 or 13312611. OLE color: 13312611.
HSL color Cylindrical-coordinate representation of color #6322CB: hue angle of 263.08º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6322CB is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 34 | 203 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.20 |
| HSL | 263.08º | 0.71% | 0.46% | - |
| HSV(B) | 263.08º | 0.83% | 0.8% | - |
| XYZ | 16.5 | 8.11 | 57.2 | - |
| YUV | 72.7 | 201.53 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 203 | 0.51 | 0.83 | 0 | 0.20 | 263.08 | 0.71 | 0.46 |
| Hex | 63 | 22 | CB | 33 | 53 | 0 | 14 | 107 | 47 | 2E |
| Octal | 143 | 42 | 313 | 63 | 123 | 0 | 24 | 407 | 107 | 56 |
| Binary | 1100011 | 100010 | 11001011 | 110011 | 1010011 | 0 | 10100 | 100000111 | 1000111 | 101110 |
Color Harmonies of #6322CB
Complementary color
Monochromatic Colors of #6322CB
Black with #6322CB
Text Example
Text Example
White with #6322CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6322CB; }
p { color: rgb(99,34,203); }
H1.HeaderClassName
{
color: #6322CB;
}
.AnyTagClassName
{
color: #6322CB;
}
</style>
background-color css
<style>
a { background-color: #6322CB; }
a { background-color: rgb(99,34,203); }
div.DivClassName
{
background-color: #6322CB;
}
.BgClassName
{
background-color: #6322CB;
}
</style>
border-color css
<style>
span { border-color: #6322CB; }
span { border-color: rgb(99,34,203); }
td.TdClassName
{
border-color: #6322CB;
}
.TagClassName
{
border-color: #6322CB;
}
</style>