Shades of Purple Heart #6C1FD0
Tints of Purple Heart #6C1FD0
RGB
CMYK
RGB Variations
Color information
#6C1FD0 (or 0x6C1FD0) is known color: Purple Heart. HEX triplet: 6C, 1F and D0. RGB value is (108,31,208). Sum of RGB (Red+Green+Blue) = 108+31+208=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #6C1FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1FD0 is #93E02F. Grayscale: #494949. Windows color (decimal): -9691184 or 13639532. OLE color: 13639532.
HSL color Cylindrical-coordinate representation of color #6C1FD0: hue angle of 266.1º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1FD0 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 31 | 208 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.18 |
| HSL | 266.1º | 0.74% | 0.47% | - |
| HSV(B) | 266.1º | 0.85% | 0.82% | - |
| XYZ | 18.06 | 8.72 | 60.41 | - |
| YUV | 74.2 | 203.51 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 31 | 208 | 0.48 | 0.85 | 0 | 0.18 | 266.1 | 0.74 | 0.47 |
| Hex | 6C | 1F | D0 | 30 | 55 | 0 | 12 | 10A | 4A | 2F |
| Octal | 154 | 37 | 320 | 60 | 125 | 0 | 22 | 412 | 112 | 57 |
| Binary | 1101100 | 11111 | 11010000 | 110000 | 1010101 | 0 | 10010 | 100001010 | 1001010 | 101111 |
Color Harmonies of #6C1FD0
Complementary color
Monochromatic Colors of #6C1FD0
Black with #6C1FD0
Text Example
Text Example
White with #6C1FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1FD0; }
p { color: rgb(108,31,208); }
H1.HeaderClassName
{
color: #6C1FD0;
}
.AnyTagClassName
{
color: #6C1FD0;
}
</style>
background-color css
<style>
a { background-color: #6C1FD0; }
a { background-color: rgb(108,31,208); }
div.DivClassName
{
background-color: #6C1FD0;
}
.BgClassName
{
background-color: #6C1FD0;
}
</style>
border-color css
<style>
span { border-color: #6C1FD0; }
span { border-color: rgb(108,31,208); }
td.TdClassName
{
border-color: #6C1FD0;
}
.TagClassName
{
border-color: #6C1FD0;
}
</style>