Shades of Purple Heart #6A1FC0
Tints of Purple Heart #6A1FC0
RGB
CMYK
RGB Variations
Color information
#6A1FC0 (or 0x6A1FC0) is known color: Purple Heart. HEX triplet: 6A, 1F and C0. RGB value is (106,31,192). Sum of RGB (Red+Green+Blue) = 106+31+192=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 192 (75.39% from 255 or 58.36% from 329); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A1FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1FC0 is #95E03F. Grayscale: #474747. Windows color (decimal): -9822272 or 12590954. OLE color: 12590954.
HSL color Cylindrical-coordinate representation of color #6A1FC0: hue angle of 267.95º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1FC0 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 31 | 192 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.25 |
| HSL | 267.95º | 0.72% | 0.44% | - |
| HSV(B) | 267.95º | 0.84% | 0.75% | - |
| XYZ | 15.95 | 7.85 | 50.54 | - |
| YUV | 71.78 | 195.85 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 192 | 0.45 | 0.84 | 0 | 0.25 | 267.95 | 0.72 | 0.44 |
| Hex | 6A | 1F | C0 | 2D | 54 | 0 | 19 | 10C | 48 | 2C |
| Octal | 152 | 37 | 300 | 55 | 124 | 0 | 31 | 414 | 110 | 54 |
| Binary | 1101010 | 11111 | 11000000 | 101101 | 1010100 | 0 | 11001 | 100001100 | 1001000 | 101100 |
Color Harmonies of #6A1FC0
Complementary color
Monochromatic Colors of #6A1FC0
Black with #6A1FC0
Text Example
Text Example
White with #6A1FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1FC0; }
p { color: rgb(106,31,192); }
H1.HeaderClassName
{
color: #6A1FC0;
}
.AnyTagClassName
{
color: #6A1FC0;
}
</style>
background-color css
<style>
a { background-color: #6A1FC0; }
a { background-color: rgb(106,31,192); }
div.DivClassName
{
background-color: #6A1FC0;
}
.BgClassName
{
background-color: #6A1FC0;
}
</style>
border-color css
<style>
span { border-color: #6A1FC0; }
span { border-color: rgb(106,31,192); }
td.TdClassName
{
border-color: #6A1FC0;
}
.TagClassName
{
border-color: #6A1FC0;
}
</style>