Shades of Purple Heart #6333BC
Tints of Purple Heart #6333BC
RGB
CMYK
RGB Variations
Color information
#6333BC (or 0x6333BC) is known color: Purple Heart. HEX triplet: 63, 33 and BC. RGB value is (99,51,188). Sum of RGB (Red+Green+Blue) = 99+51+188=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #6333BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6333BC is #9CCC43. Grayscale: #505050. Windows color (decimal): -10275908 or 12333923. OLE color: 12333923.
HSL color Cylindrical-coordinate representation of color #6333BC: hue angle of 261.02º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6333BC is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 51 | 188 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.26 |
| HSL | 261.02º | 0.57% | 0.47% | - |
| HSV(B) | 261.02º | 0.73% | 0.74% | - |
| XYZ | 15.41 | 8.65 | 48.43 | - |
| YUV | 80.97 | 188.4 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 188 | 0.47 | 0.73 | 0 | 0.26 | 261.02 | 0.57 | 0.47 |
| Hex | 63 | 33 | BC | 2F | 49 | 0 | 1A | 105 | 39 | 2F |
| Octal | 143 | 63 | 274 | 57 | 111 | 0 | 32 | 405 | 71 | 57 |
| Binary | 1100011 | 110011 | 10111100 | 101111 | 1001001 | 0 | 11010 | 100000101 | 111001 | 101111 |
Color Harmonies of #6333BC
Complementary color
Monochromatic Colors of #6333BC
Black with #6333BC
Text Example
Text Example
White with #6333BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6333BC; }
p { color: rgb(99,51,188); }
H1.HeaderClassName
{
color: #6333BC;
}
.AnyTagClassName
{
color: #6333BC;
}
</style>
background-color css
<style>
a { background-color: #6333BC; }
a { background-color: rgb(99,51,188); }
div.DivClassName
{
background-color: #6333BC;
}
.BgClassName
{
background-color: #6333BC;
}
</style>
border-color css
<style>
span { border-color: #6333BC; }
span { border-color: rgb(99,51,188); }
td.TdClassName
{
border-color: #6333BC;
}
.TagClassName
{
border-color: #6333BC;
}
</style>