Shades of Purple Heart #630ECB
Tints of Purple Heart #630ECB
RGB
CMYK
RGB Variations
Color information
#630ECB (or 0x630ECB) is known color: Purple Heart. HEX triplet: 63, 0E and CB. RGB value is (99,14,203). Sum of RGB (Red+Green+Blue) = 99+14+203=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #630ECB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630ECB is #9CF134. Grayscale: #3C3C3C. Windows color (decimal): -10285365 or 13307491. OLE color: 13307491.
HSL color Cylindrical-coordinate representation of color #630ECB: hue angle of 266.98º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630ECB is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 14 | 203 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.20 |
| HSL | 266.98º | 0.87% | 0.43% | - |
| HSV(B) | 266.98º | 0.93% | 0.8% | - |
| XYZ | 16.08 | 7.28 | 57.06 | - |
| YUV | 60.96 | 208.16 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 203 | 0.51 | 0.93 | 0 | 0.20 | 266.98 | 0.87 | 0.43 |
| Hex | 63 | E | CB | 33 | 5D | 0 | 14 | 10B | 57 | 2B |
| Octal | 143 | 16 | 313 | 63 | 135 | 0 | 24 | 413 | 127 | 53 |
| Binary | 1100011 | 1110 | 11001011 | 110011 | 1011101 | 0 | 10100 | 100001011 | 1010111 | 101011 |
Color Harmonies of #630ECB
Complementary color
Monochromatic Colors of #630ECB
Black with #630ECB
Text Example
Text Example
White with #630ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630ECB; }
p { color: rgb(99,14,203); }
H1.HeaderClassName
{
color: #630ECB;
}
.AnyTagClassName
{
color: #630ECB;
}
</style>
background-color css
<style>
a { background-color: #630ECB; }
a { background-color: rgb(99,14,203); }
div.DivClassName
{
background-color: #630ECB;
}
.BgClassName
{
background-color: #630ECB;
}
</style>
border-color css
<style>
span { border-color: #630ECB; }
span { border-color: rgb(99,14,203); }
td.TdClassName
{
border-color: #630ECB;
}
.TagClassName
{
border-color: #630ECB;
}
</style>