Shades of Purple Heart #6335DD
Tints of Purple Heart #6335DD
RGB
CMYK
RGB Variations
Color information
#6335DD (or 0x6335DD) is known color: Purple Heart. HEX triplet: 63, 35 and DD. RGB value is (99,53,221). Sum of RGB (Red+Green+Blue) = 99+53+221=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #6335DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6335DD is #9CCA22. Grayscale: #555555. Windows color (decimal): -10275363 or 14497123. OLE color: 14497123.
HSL color Cylindrical-coordinate representation of color #6335DD: hue angle of 256.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6335DD is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 53 | 221 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.13 |
| HSL | 256.43º | 0.71% | 0.54% | - |
| HSV(B) | 256.43º | 0.76% | 0.87% | - |
| XYZ | 19.47 | 10.42 | 69.39 | - |
| YUV | 85.91 | 204.24 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 221 | 0.55 | 0.76 | 0 | 0.13 | 256.43 | 0.71 | 0.54 |
| Hex | 63 | 35 | DD | 37 | 4C | 0 | D | 100 | 47 | 36 |
| Octal | 143 | 65 | 335 | 67 | 114 | 0 | 15 | 400 | 107 | 66 |
| Binary | 1100011 | 110101 | 11011101 | 110111 | 1001100 | 0 | 1101 | 100000000 | 1000111 | 110110 |
Color Harmonies of #6335DD
Complementary color
Monochromatic Colors of #6335DD
Black with #6335DD
Text Example
Text Example
White with #6335DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6335DD; }
p { color: rgb(99,53,221); }
H1.HeaderClassName
{
color: #6335DD;
}
.AnyTagClassName
{
color: #6335DD;
}
</style>
background-color css
<style>
a { background-color: #6335DD; }
a { background-color: rgb(99,53,221); }
div.DivClassName
{
background-color: #6335DD;
}
.BgClassName
{
background-color: #6335DD;
}
</style>
border-color css
<style>
span { border-color: #6335DD; }
span { border-color: rgb(99,53,221); }
td.TdClassName
{
border-color: #6335DD;
}
.TagClassName
{
border-color: #6335DD;
}
</style>