Shades of Purple Heart #6B33CE
Tints of Purple Heart #6B33CE
RGB
CMYK
RGB Variations
Color information
#6B33CE (or 0x6B33CE) is known color: Purple Heart. HEX triplet: 6B, 33 and CE. RGB value is (107,51,206). Sum of RGB (Red+Green+Blue) = 107+51+206=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B33CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B33CE is #94CC31. Grayscale: #545454. Windows color (decimal): -9751602 or 13513579. OLE color: 13513579.
HSL color Cylindrical-coordinate representation of color #6B33CE: hue angle of 261.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B33CE is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 51 | 206 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.19 |
| HSL | 261.68º | 0.61% | 0.5% | - |
| HSV(B) | 261.68º | 0.75% | 0.81% | - |
| XYZ | 18.39 | 9.95 | 59.34 | - |
| YUV | 85.41 | 196.05 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 206 | 0.48 | 0.75 | 0 | 0.19 | 261.68 | 0.61 | 0.5 |
| Hex | 6B | 33 | CE | 30 | 4B | 0 | 13 | 106 | 3D | 32 |
| Octal | 153 | 63 | 316 | 60 | 113 | 0 | 23 | 406 | 75 | 62 |
| Binary | 1101011 | 110011 | 11001110 | 110000 | 1001011 | 0 | 10011 | 100000110 | 111101 | 110010 |
Color Harmonies of #6B33CE
Complementary color
Monochromatic Colors of #6B33CE
Black with #6B33CE
Text Example
Text Example
White with #6B33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B33CE; }
p { color: rgb(107,51,206); }
H1.HeaderClassName
{
color: #6B33CE;
}
.AnyTagClassName
{
color: #6B33CE;
}
</style>
background-color css
<style>
a { background-color: #6B33CE; }
a { background-color: rgb(107,51,206); }
div.DivClassName
{
background-color: #6B33CE;
}
.BgClassName
{
background-color: #6B33CE;
}
</style>
border-color css
<style>
span { border-color: #6B33CE; }
span { border-color: rgb(107,51,206); }
td.TdClassName
{
border-color: #6B33CE;
}
.TagClassName
{
border-color: #6B33CE;
}
</style>