Shades of Purple Heart #631CCB
Tints of Purple Heart #631CCB
RGB
CMYK
RGB Variations
Color information
#631CCB (or 0x631CCB) is known color: Purple Heart. HEX triplet: 63, 1C and CB. RGB value is (99,28,203). Sum of RGB (Red+Green+Blue) = 99+28+203=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #631CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CCB is #9CE334. Grayscale: #444444. Windows color (decimal): -10281781 or 13311075. OLE color: 13311075.
HSL color Cylindrical-coordinate representation of color #631CCB: hue angle of 264.34º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631CCB is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 28 | 203 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.20 |
| HSL | 264.34º | 0.76% | 0.45% | - |
| HSV(B) | 264.34º | 0.86% | 0.8% | - |
| XYZ | 16.34 | 7.79 | 57.14 | - |
| YUV | 69.18 | 203.52 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 203 | 0.51 | 0.86 | 0 | 0.20 | 264.34 | 0.76 | 0.45 |
| Hex | 63 | 1C | CB | 33 | 56 | 0 | 14 | 108 | 4C | 2D |
| Octal | 143 | 34 | 313 | 63 | 126 | 0 | 24 | 410 | 114 | 55 |
| Binary | 1100011 | 11100 | 11001011 | 110011 | 1010110 | 0 | 10100 | 100001000 | 1001100 | 101101 |
Color Harmonies of #631CCB
Complementary color
Monochromatic Colors of #631CCB
Black with #631CCB
Text Example
Text Example
White with #631CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631CCB; }
p { color: rgb(99,28,203); }
H1.HeaderClassName
{
color: #631CCB;
}
.AnyTagClassName
{
color: #631CCB;
}
</style>
background-color css
<style>
a { background-color: #631CCB; }
a { background-color: rgb(99,28,203); }
div.DivClassName
{
background-color: #631CCB;
}
.BgClassName
{
background-color: #631CCB;
}
</style>
border-color css
<style>
span { border-color: #631CCB; }
span { border-color: rgb(99,28,203); }
td.TdClassName
{
border-color: #631CCB;
}
.TagClassName
{
border-color: #631CCB;
}
</style>