Shades of Purple Heart #6F3BCA
Tints of Purple Heart #6F3BCA
RGB
CMYK
RGB Variations
Color information
#6F3BCA (or 0x6F3BCA) is known color: Purple Heart. HEX triplet: 6F, 3B and CA. RGB value is (111,59,202). Sum of RGB (Red+Green+Blue) = 111+59+202=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F3BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3BCA is #90C435. Grayscale: #5A5A5A. Windows color (decimal): -9487414 or 13253487. OLE color: 13253487.
HSL color Cylindrical-coordinate representation of color #6F3BCA: hue angle of 261.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F3BCA is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 59 | 202 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.21 |
| HSL | 261.82º | 0.57% | 0.51% | - |
| HSV(B) | 261.82º | 0.71% | 0.79% | - |
| XYZ | 18.78 | 10.77 | 56.97 | - |
| YUV | 90.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 202 | 0.45 | 0.71 | 0 | 0.21 | 261.82 | 0.57 | 0.51 |
| Hex | 6F | 3B | CA | 2D | 47 | 0 | 15 | 106 | 39 | 33 |
| Octal | 157 | 73 | 312 | 55 | 107 | 0 | 25 | 406 | 71 | 63 |
| Binary | 1101111 | 111011 | 11001010 | 101101 | 1000111 | 0 | 10101 | 100000110 | 111001 | 110011 |
Color Harmonies of #6F3BCA
Complementary color
Monochromatic Colors of #6F3BCA
Black with #6F3BCA
Text Example
Text Example
White with #6F3BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3BCA; }
p { color: rgb(111,59,202); }
H1.HeaderClassName
{
color: #6F3BCA;
}
.AnyTagClassName
{
color: #6F3BCA;
}
</style>
background-color css
<style>
a { background-color: #6F3BCA; }
a { background-color: rgb(111,59,202); }
div.DivClassName
{
background-color: #6F3BCA;
}
.BgClassName
{
background-color: #6F3BCA;
}
</style>
border-color css
<style>
span { border-color: #6F3BCA; }
span { border-color: rgb(111,59,202); }
td.TdClassName
{
border-color: #6F3BCA;
}
.TagClassName
{
border-color: #6F3BCA;
}
</style>