Shades of Purple Heart #6B33D9
Tints of Purple Heart #6B33D9
RGB
CMYK
RGB Variations
Color information
#6B33D9 (or 0x6B33D9) is known color: Purple Heart. HEX triplet: 6B, 33 and D9. RGB value is (107,51,217). Sum of RGB (Red+Green+Blue) = 107+51+217=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 217 (85.16% from 255 or 57.87% from 375); Max value from RGB is 217 - color contains mainly: blue. Hex color #6B33D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B33D9 is #94CC26. Grayscale: #565656. Windows color (decimal): -9751591 or 14234475. OLE color: 14234475.
HSL color Cylindrical-coordinate representation of color #6B33D9: hue angle of 260.24º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B33D9 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 51 | 217 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.15 |
| HSL | 260.24º | 0.69% | 0.53% | - |
| HSV(B) | 260.24º | 0.76% | 0.85% | - |
| XYZ | 19.77 | 10.5 | 66.63 | - |
| YUV | 86.67 | 201.55 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 217 | 0.51 | 0.76 | 0 | 0.15 | 260.24 | 0.69 | 0.53 |
| Hex | 6B | 33 | D9 | 33 | 4C | 0 | F | 104 | 45 | 35 |
| Octal | 153 | 63 | 331 | 63 | 114 | 0 | 17 | 404 | 105 | 65 |
| Binary | 1101011 | 110011 | 11011001 | 110011 | 1001100 | 0 | 1111 | 100000100 | 1000101 | 110101 |
Color Harmonies of #6B33D9
Complementary color
Monochromatic Colors of #6B33D9
Black with #6B33D9
Text Example
Text Example
White with #6B33D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B33D9; }
p { color: rgb(107,51,217); }
H1.HeaderClassName
{
color: #6B33D9;
}
.AnyTagClassName
{
color: #6B33D9;
}
</style>
background-color css
<style>
a { background-color: #6B33D9; }
a { background-color: rgb(107,51,217); }
div.DivClassName
{
background-color: #6B33D9;
}
.BgClassName
{
background-color: #6B33D9;
}
</style>
border-color css
<style>
span { border-color: #6B33D9; }
span { border-color: rgb(107,51,217); }
td.TdClassName
{
border-color: #6B33D9;
}
.TagClassName
{
border-color: #6B33D9;
}
</style>