Shades of Purple Heart #6B32DA
Tints of Purple Heart #6B32DA
RGB
CMYK
RGB Variations
Color information
#6B32DA (or 0x6B32DA) is known color: Purple Heart. HEX triplet: 6B, 32 and DA. RGB value is (107,50,218). Sum of RGB (Red+Green+Blue) = 107+50+218=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B32DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B32DA is #94CD25. Grayscale: #555555. Windows color (decimal): -9751846 or 14299755. OLE color: 14299755.
HSL color Cylindrical-coordinate representation of color #6B32DA: hue angle of 260.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B32DA is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 50 | 218 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.15 |
| HSL | 260.36º | 0.69% | 0.53% | - |
| HSV(B) | 260.36º | 0.77% | 0.85% | - |
| XYZ | 19.86 | 10.47 | 67.3 | - |
| YUV | 86.2 | 202.38 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 218 | 0.51 | 0.77 | 0 | 0.15 | 260.36 | 0.69 | 0.53 |
| Hex | 6B | 32 | DA | 33 | 4D | 0 | F | 104 | 45 | 35 |
| Octal | 153 | 62 | 332 | 63 | 115 | 0 | 17 | 404 | 105 | 65 |
| Binary | 1101011 | 110010 | 11011010 | 110011 | 1001101 | 0 | 1111 | 100000100 | 1000101 | 110101 |
Color Harmonies of #6B32DA
Complementary color
Monochromatic Colors of #6B32DA
Black with #6B32DA
Text Example
Text Example
White with #6B32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B32DA; }
p { color: rgb(107,50,218); }
H1.HeaderClassName
{
color: #6B32DA;
}
.AnyTagClassName
{
color: #6B32DA;
}
</style>
background-color css
<style>
a { background-color: #6B32DA; }
a { background-color: rgb(107,50,218); }
div.DivClassName
{
background-color: #6B32DA;
}
.BgClassName
{
background-color: #6B32DA;
}
</style>
border-color css
<style>
span { border-color: #6B32DA; }
span { border-color: rgb(107,50,218); }
td.TdClassName
{
border-color: #6B32DA;
}
.TagClassName
{
border-color: #6B32DA;
}
</style>