Shades of Purple Heart #630BBC
Tints of Purple Heart #630BBC
RGB
CMYK
RGB Variations
Color information
#630BBC (or 0x630BBC) is known color: Purple Heart. HEX triplet: 63, 0B and BC. RGB value is (99,11,188). Sum of RGB (Red+Green+Blue) = 99+11+188=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #630BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BBC is #9CF443. Grayscale: #383838. Windows color (decimal): -10286148 or 12323683. OLE color: 12323683.
HSL color Cylindrical-coordinate representation of color #630BBC: hue angle of 269.83º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630BBC is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 11 | 188 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.26 |
| HSL | 269.83º | 0.89% | 0.39% | - |
| HSV(B) | 269.83º | 0.94% | 0.74% | - |
| XYZ | 14.34 | 6.52 | 48.08 | - |
| YUV | 57.49 | 201.65 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 188 | 0.47 | 0.94 | 0 | 0.26 | 269.83 | 0.89 | 0.39 |
| Hex | 63 | B | BC | 2F | 5E | 0 | 1A | 10E | 59 | 27 |
| Octal | 143 | 13 | 274 | 57 | 136 | 0 | 32 | 416 | 131 | 47 |
| Binary | 1100011 | 1011 | 10111100 | 101111 | 1011110 | 0 | 11010 | 100001110 | 1011001 | 100111 |
Color Harmonies of #630BBC
Complementary color
Monochromatic Colors of #630BBC
Black with #630BBC
Text Example
Text Example
White with #630BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630BBC; }
p { color: rgb(99,11,188); }
H1.HeaderClassName
{
color: #630BBC;
}
.AnyTagClassName
{
color: #630BBC;
}
</style>
background-color css
<style>
a { background-color: #630BBC; }
a { background-color: rgb(99,11,188); }
div.DivClassName
{
background-color: #630BBC;
}
.BgClassName
{
background-color: #630BBC;
}
</style>
border-color css
<style>
span { border-color: #630BBC; }
span { border-color: rgb(99,11,188); }
td.TdClassName
{
border-color: #630BBC;
}
.TagClassName
{
border-color: #630BBC;
}
</style>