Shades of Purple Heart #6B21CE
Tints of Purple Heart #6B21CE
RGB
CMYK
RGB Variations
Color information
#6B21CE (or 0x6B21CE) is known color: Purple Heart. HEX triplet: 6B, 21 and CE. RGB value is (107,33,206). Sum of RGB (Red+Green+Blue) = 107+33+206=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B21CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B21CE is #94DE31. Grayscale: #4A4A4A. Windows color (decimal): -9756210 or 13508971. OLE color: 13508971.
HSL color Cylindrical-coordinate representation of color #6B21CE: hue angle of 265.66º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B21CE is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 33 | 206 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.19 |
| HSL | 265.66º | 0.72% | 0.47% | - |
| HSV(B) | 265.66º | 0.84% | 0.81% | - |
| XYZ | 17.75 | 8.67 | 59.13 | - |
| YUV | 74.85 | 202.02 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 206 | 0.48 | 0.84 | 0 | 0.19 | 265.66 | 0.72 | 0.47 |
| Hex | 6B | 21 | CE | 30 | 54 | 0 | 13 | 10A | 48 | 2F |
| Octal | 153 | 41 | 316 | 60 | 124 | 0 | 23 | 412 | 110 | 57 |
| Binary | 1101011 | 100001 | 11001110 | 110000 | 1010100 | 0 | 10011 | 100001010 | 1001000 | 101111 |
Color Harmonies of #6B21CE
Complementary color
Monochromatic Colors of #6B21CE
Black with #6B21CE
Text Example
Text Example
White with #6B21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B21CE; }
p { color: rgb(107,33,206); }
H1.HeaderClassName
{
color: #6B21CE;
}
.AnyTagClassName
{
color: #6B21CE;
}
</style>
background-color css
<style>
a { background-color: #6B21CE; }
a { background-color: rgb(107,33,206); }
div.DivClassName
{
background-color: #6B21CE;
}
.BgClassName
{
background-color: #6B21CE;
}
</style>
border-color css
<style>
span { border-color: #6B21CE; }
span { border-color: rgb(107,33,206); }
td.TdClassName
{
border-color: #6B21CE;
}
.TagClassName
{
border-color: #6B21CE;
}
</style>