Shades of Purple Heart #6B33DD
Tints of Purple Heart #6B33DD
RGB
CMYK
RGB Variations
Color information
#6B33DD (or 0x6B33DD) is known color: Purple Heart. HEX triplet: 6B, 33 and DD. RGB value is (107,51,221). Sum of RGB (Red+Green+Blue) = 107+51+221=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B33DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B33DD is #94CC22. Grayscale: #565656. Windows color (decimal): -9751587 or 14496619. OLE color: 14496619.
HSL color Cylindrical-coordinate representation of color #6B33DD: hue angle of 259.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B33DD is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 51 | 221 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.13 |
| HSL | 259.76º | 0.71% | 0.53% | - |
| HSV(B) | 259.76º | 0.77% | 0.87% | - |
| XYZ | 20.3 | 10.71 | 69.4 | - |
| YUV | 87.12 | 203.55 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 221 | 0.52 | 0.77 | 0 | 0.13 | 259.76 | 0.71 | 0.53 |
| Hex | 6B | 33 | DD | 34 | 4D | 0 | D | 104 | 47 | 35 |
| Octal | 153 | 63 | 335 | 64 | 115 | 0 | 15 | 404 | 107 | 65 |
| Binary | 1101011 | 110011 | 11011101 | 110100 | 1001101 | 0 | 1101 | 100000100 | 1000111 | 110101 |
Color Harmonies of #6B33DD
Complementary color
Monochromatic Colors of #6B33DD
Black with #6B33DD
Text Example
Text Example
White with #6B33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B33DD; }
p { color: rgb(107,51,221); }
H1.HeaderClassName
{
color: #6B33DD;
}
.AnyTagClassName
{
color: #6B33DD;
}
</style>
background-color css
<style>
a { background-color: #6B33DD; }
a { background-color: rgb(107,51,221); }
div.DivClassName
{
background-color: #6B33DD;
}
.BgClassName
{
background-color: #6B33DD;
}
</style>
border-color css
<style>
span { border-color: #6B33DD; }
span { border-color: rgb(107,51,221); }
td.TdClassName
{
border-color: #6B33DD;
}
.TagClassName
{
border-color: #6B33DD;
}
</style>