Shades of Purple Heart #6B1FCA
Tints of Purple Heart #6B1FCA
RGB
CMYK
RGB Variations
Color information
#6B1FCA (or 0x6B1FCA) is known color: Purple Heart. HEX triplet: 6B, 1F and CA. RGB value is (107,31,202). Sum of RGB (Red+Green+Blue) = 107+31+202=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B1FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1FCA is #94E035. Grayscale: #484848. Windows color (decimal): -9756726 or 13246315. OLE color: 13246315.
HSL color Cylindrical-coordinate representation of color #6B1FCA: hue angle of 266.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1FCA is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 31 | 202 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.21 |
| HSL | 266.67º | 0.73% | 0.46% | - |
| HSV(B) | 266.67º | 0.85% | 0.79% | - |
| XYZ | 17.21 | 8.37 | 56.59 | - |
| YUV | 73.22 | 200.68 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 31 | 202 | 0.47 | 0.85 | 0 | 0.21 | 266.67 | 0.73 | 0.46 |
| Hex | 6B | 1F | CA | 2F | 55 | 0 | 15 | 10B | 49 | 2E |
| Octal | 153 | 37 | 312 | 57 | 125 | 0 | 25 | 413 | 111 | 56 |
| Binary | 1101011 | 11111 | 11001010 | 101111 | 1010101 | 0 | 10101 | 100001011 | 1001001 | 101110 |
Color Harmonies of #6B1FCA
Complementary color
Monochromatic Colors of #6B1FCA
Black with #6B1FCA
Text Example
Text Example
White with #6B1FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1FCA; }
p { color: rgb(107,31,202); }
H1.HeaderClassName
{
color: #6B1FCA;
}
.AnyTagClassName
{
color: #6B1FCA;
}
</style>
background-color css
<style>
a { background-color: #6B1FCA; }
a { background-color: rgb(107,31,202); }
div.DivClassName
{
background-color: #6B1FCA;
}
.BgClassName
{
background-color: #6B1FCA;
}
</style>
border-color css
<style>
span { border-color: #6B1FCA; }
span { border-color: rgb(107,31,202); }
td.TdClassName
{
border-color: #6B1FCA;
}
.TagClassName
{
border-color: #6B1FCA;
}
</style>