Shades of Purple Heart #6B16DA
Tints of Purple Heart #6B16DA
RGB
CMYK
RGB Variations
Color information
#6B16DA (or 0x6B16DA) is known color: Purple Heart. HEX triplet: 6B, 16 and DA. RGB value is (107,22,218). Sum of RGB (Red+Green+Blue) = 107+22+218=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B16DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B16DA is #94E925. Grayscale: #454545. Windows color (decimal): -9759014 or 14292587. OLE color: 14292587.
HSL color Cylindrical-coordinate representation of color #6B16DA: hue angle of 266.02º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B16DA is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 22 | 218 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.15 |
| HSL | 266.02º | 0.82% | 0.47% | - |
| HSV(B) | 266.02º | 0.9% | 0.85% | - |
| XYZ | 19.01 | 8.76 | 67.02 | - |
| YUV | 69.76 | 211.66 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 218 | 0.51 | 0.90 | 0 | 0.15 | 266.02 | 0.82 | 0.47 |
| Hex | 6B | 16 | DA | 33 | 5A | 0 | F | 10A | 52 | 2F |
| Octal | 153 | 26 | 332 | 63 | 132 | 0 | 17 | 412 | 122 | 57 |
| Binary | 1101011 | 10110 | 11011010 | 110011 | 1011010 | 0 | 1111 | 100001010 | 1010010 | 101111 |
Color Harmonies of #6B16DA
Complementary color
Monochromatic Colors of #6B16DA
Black with #6B16DA
Text Example
Text Example
White with #6B16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B16DA; }
p { color: rgb(107,22,218); }
H1.HeaderClassName
{
color: #6B16DA;
}
.AnyTagClassName
{
color: #6B16DA;
}
</style>
background-color css
<style>
a { background-color: #6B16DA; }
a { background-color: rgb(107,22,218); }
div.DivClassName
{
background-color: #6B16DA;
}
.BgClassName
{
background-color: #6B16DA;
}
</style>
border-color css
<style>
span { border-color: #6B16DA; }
span { border-color: rgb(107,22,218); }
td.TdClassName
{
border-color: #6B16DA;
}
.TagClassName
{
border-color: #6B16DA;
}
</style>