Shades of Purple Heart #6A32CF
Tints of Purple Heart #6A32CF
RGB
CMYK
RGB Variations
Color information
#6A32CF (or 0x6A32CF) is known color: Purple Heart. HEX triplet: 6A, 32 and CF. RGB value is (106,50,207). Sum of RGB (Red+Green+Blue) = 106+50+207=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A32CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A32CF is #95CD30. Grayscale: #545454. Windows color (decimal): -9817393 or 13578858. OLE color: 13578858.
HSL color Cylindrical-coordinate representation of color #6A32CF: hue angle of 261.4º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A32CF is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 50 | 207 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.19 |
| HSL | 261.4º | 0.62% | 0.5% | - |
| HSV(B) | 261.4º | 0.76% | 0.81% | - |
| XYZ | 18.35 | 9.85 | 59.97 | - |
| YUV | 84.64 | 197.05 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 207 | 0.49 | 0.76 | 0 | 0.19 | 261.4 | 0.62 | 0.5 |
| Hex | 6A | 32 | CF | 31 | 4C | 0 | 13 | 105 | 3E | 32 |
| Octal | 152 | 62 | 317 | 61 | 114 | 0 | 23 | 405 | 76 | 62 |
| Binary | 1101010 | 110010 | 11001111 | 110001 | 1001100 | 0 | 10011 | 100000101 | 111110 | 110010 |
Color Harmonies of #6A32CF
Complementary color
Monochromatic Colors of #6A32CF
Black with #6A32CF
Text Example
Text Example
White with #6A32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A32CF; }
p { color: rgb(106,50,207); }
H1.HeaderClassName
{
color: #6A32CF;
}
.AnyTagClassName
{
color: #6A32CF;
}
</style>
background-color css
<style>
a { background-color: #6A32CF; }
a { background-color: rgb(106,50,207); }
div.DivClassName
{
background-color: #6A32CF;
}
.BgClassName
{
background-color: #6A32CF;
}
</style>
border-color css
<style>
span { border-color: #6A32CF; }
span { border-color: rgb(106,50,207); }
td.TdClassName
{
border-color: #6A32CF;
}
.TagClassName
{
border-color: #6A32CF;
}
</style>