Shades of Purple Heart #6334DD
Tints of Purple Heart #6334DD
RGB
CMYK
RGB Variations
Color information
#6334DD (or 0x6334DD) is known color: Purple Heart. HEX triplet: 63, 34 and DD. RGB value is (99,52,221). Sum of RGB (Red+Green+Blue) = 99+52+221=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #6334DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6334DD is #9CCB22. Grayscale: #545454. Windows color (decimal): -10275619 or 14496867. OLE color: 14496867.
HSL color Cylindrical-coordinate representation of color #6334DD: hue angle of 256.69º 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 #6334DD is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 52 | 221 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.13 |
| HSL | 256.69º | 0.71% | 0.54% | - |
| HSV(B) | 256.69º | 0.76% | 0.87% | - |
| XYZ | 19.42 | 10.33 | 69.38 | - |
| YUV | 85.32 | 204.57 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 221 | 0.55 | 0.76 | 0 | 0.13 | 256.69 | 0.71 | 0.54 |
| Hex | 63 | 34 | DD | 37 | 4C | 0 | D | 101 | 47 | 36 |
| Octal | 143 | 64 | 335 | 67 | 114 | 0 | 15 | 401 | 107 | 66 |
| Binary | 1100011 | 110100 | 11011101 | 110111 | 1001100 | 0 | 1101 | 100000001 | 1000111 | 110110 |
Color Harmonies of #6334DD
Complementary color
Monochromatic Colors of #6334DD
Black with #6334DD
Text Example
Text Example
White with #6334DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6334DD; }
p { color: rgb(99,52,221); }
H1.HeaderClassName
{
color: #6334DD;
}
.AnyTagClassName
{
color: #6334DD;
}
</style>
background-color css
<style>
a { background-color: #6334DD; }
a { background-color: rgb(99,52,221); }
div.DivClassName
{
background-color: #6334DD;
}
.BgClassName
{
background-color: #6334DD;
}
</style>
border-color css
<style>
span { border-color: #6334DD; }
span { border-color: rgb(99,52,221); }
td.TdClassName
{
border-color: #6334DD;
}
.TagClassName
{
border-color: #6334DD;
}
</style>