Shades of Purple Heart #6B34DD
Tints of Purple Heart #6B34DD
RGB
CMYK
RGB Variations
Color information
#6B34DD (or 0x6B34DD) is known color: Purple Heart. HEX triplet: 6B, 34 and DD. RGB value is (107,52,221). Sum of RGB (Red+Green+Blue) = 107+52+221=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B34DD is #94CB22. Grayscale: #575757. Windows color (decimal): -9751331 or 14496875. OLE color: 14496875.
HSL color Cylindrical-coordinate representation of color #6B34DD: hue angle of 259.53º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B34DD is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 52 | 221 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.13 |
| HSL | 259.53º | 0.71% | 0.54% | - |
| HSV(B) | 259.53º | 0.76% | 0.87% | - |
| XYZ | 20.34 | 10.8 | 69.42 | - |
| YUV | 87.71 | 203.22 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 221 | 0.52 | 0.76 | 0 | 0.13 | 259.53 | 0.71 | 0.54 |
| Hex | 6B | 34 | DD | 34 | 4C | 0 | D | 104 | 47 | 36 |
| Octal | 153 | 64 | 335 | 64 | 114 | 0 | 15 | 404 | 107 | 66 |
| Binary | 1101011 | 110100 | 11011101 | 110100 | 1001100 | 0 | 1101 | 100000100 | 1000111 | 110110 |
Color Harmonies of #6B34DD
Complementary color
Monochromatic Colors of #6B34DD
Black with #6B34DD
Text Example
Text Example
White with #6B34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B34DD; }
p { color: rgb(107,52,221); }
H1.HeaderClassName
{
color: #6B34DD;
}
.AnyTagClassName
{
color: #6B34DD;
}
</style>
background-color css
<style>
a { background-color: #6B34DD; }
a { background-color: rgb(107,52,221); }
div.DivClassName
{
background-color: #6B34DD;
}
.BgClassName
{
background-color: #6B34DD;
}
</style>
border-color css
<style>
span { border-color: #6B34DD; }
span { border-color: rgb(107,52,221); }
td.TdClassName
{
border-color: #6B34DD;
}
.TagClassName
{
border-color: #6B34DD;
}
</style>