Shades of Purple Heart #6F37CB
Tints of Purple Heart #6F37CB
RGB
CMYK
RGB Variations
Color information
#6F37CB (or 0x6F37CB) is known color: Purple Heart. HEX triplet: 6F, 37 and CB. RGB value is (111,55,203). Sum of RGB (Red+Green+Blue) = 111+55+203=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F37CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F37CB is #90C834. Grayscale: #585858. Windows color (decimal): -9488437 or 13317999. OLE color: 13317999.
HSL color Cylindrical-coordinate representation of color #6F37CB: hue angle of 262.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F37CB is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 55 | 203 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.20 |
| HSL | 262.7º | 0.59% | 0.51% | - |
| HSV(B) | 262.7º | 0.73% | 0.8% | - |
| XYZ | 18.7 | 10.42 | 57.53 | - |
| YUV | 88.62 | 192.55 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 203 | 0.45 | 0.73 | 0 | 0.20 | 262.7 | 0.59 | 0.51 |
| Hex | 6F | 37 | CB | 2D | 49 | 0 | 14 | 107 | 3B | 33 |
| Octal | 157 | 67 | 313 | 55 | 111 | 0 | 24 | 407 | 73 | 63 |
| Binary | 1101111 | 110111 | 11001011 | 101101 | 1001001 | 0 | 10100 | 100000111 | 111011 | 110011 |
Color Harmonies of #6F37CB
Complementary color
Monochromatic Colors of #6F37CB
Black with #6F37CB
Text Example
Text Example
White with #6F37CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F37CB; }
p { color: rgb(111,55,203); }
H1.HeaderClassName
{
color: #6F37CB;
}
.AnyTagClassName
{
color: #6F37CB;
}
</style>
background-color css
<style>
a { background-color: #6F37CB; }
a { background-color: rgb(111,55,203); }
div.DivClassName
{
background-color: #6F37CB;
}
.BgClassName
{
background-color: #6F37CB;
}
</style>
border-color css
<style>
span { border-color: #6F37CB; }
span { border-color: rgb(111,55,203); }
td.TdClassName
{
border-color: #6F37CB;
}
.TagClassName
{
border-color: #6F37CB;
}
</style>