Shades of Purple Heart #6B0DD4
Tints of Purple Heart #6B0DD4
RGB
CMYK
RGB Variations
Color information
#6B0DD4 (or 0x6B0DD4) is known color: Purple Heart. HEX triplet: 6B, 0D and D4. RGB value is (107,13,212). Sum of RGB (Red+Green+Blue) = 107+13+212=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 212 (83.20% from 255 or 63.86% from 332); Max value from RGB is 212 - color contains mainly: blue. Hex color #6B0DD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0DD4 is #94F22B. Grayscale: #3F3F3F. Windows color (decimal): -9761324 or 13897067. OLE color: 13897067.
HSL color Cylindrical-coordinate representation of color #6B0DD4: hue angle of 268.34º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0DD4 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 107 | 13 | 212 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.17 |
| HSL | 268.34º | 0.88% | 0.44% | - |
| HSV(B) | 268.34º | 0.94% | 0.83% | - |
| XYZ | 18.09 | 8.17 | 62.91 | - |
| YUV | 63.79 | 211.64 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 212 | 0.50 | 0.94 | 0 | 0.17 | 268.34 | 0.88 | 0.44 |
| Hex | 6B | D | D4 | 32 | 5E | 0 | 11 | 10C | 58 | 2C |
| Octal | 153 | 15 | 324 | 62 | 136 | 0 | 21 | 414 | 130 | 54 |
| Binary | 1101011 | 1101 | 11010100 | 110010 | 1011110 | 0 | 10001 | 100001100 | 1011000 | 101100 |
Color Harmonies of #6B0DD4
Complementary color
Monochromatic Colors of #6B0DD4
Black with #6B0DD4
Text Example
Text Example
White with #6B0DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0DD4; }
p { color: rgb(107,13,212); }
H1.HeaderClassName
{
color: #6B0DD4;
}
.AnyTagClassName
{
color: #6B0DD4;
}
</style>
background-color css
<style>
a { background-color: #6B0DD4; }
a { background-color: rgb(107,13,212); }
div.DivClassName
{
background-color: #6B0DD4;
}
.BgClassName
{
background-color: #6B0DD4;
}
</style>
border-color css
<style>
span { border-color: #6B0DD4; }
span { border-color: rgb(107,13,212); }
td.TdClassName
{
border-color: #6B0DD4;
}
.TagClassName
{
border-color: #6B0DD4;
}
</style>