Shades of Purple Heart #6F43CB
Tints of Purple Heart #6F43CB
RGB
CMYK
RGB Variations
Color information
#6F43CB (or 0x6F43CB) is known color: Purple Heart. HEX triplet: 6F, 43 and CB. RGB value is (111,67,203). Sum of RGB (Red+Green+Blue) = 111+67+203=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F43CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F43CB is #90BC34. Grayscale: #5F5F5F. Windows color (decimal): -9485365 or 13321071. OLE color: 13321071.
HSL color Cylindrical-coordinate representation of color #6F43CB: hue angle of 259.41º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F43CB is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 67 | 203 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.20 |
| HSL | 259.41º | 0.57% | 0.53% | - |
| HSV(B) | 259.41º | 0.67% | 0.8% | - |
| XYZ | 19.34 | 11.71 | 57.74 | - |
| YUV | 95.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 203 | 0.45 | 0.67 | 0 | 0.20 | 259.41 | 0.57 | 0.53 |
| Hex | 6F | 43 | CB | 2D | 43 | 0 | 14 | 103 | 39 | 35 |
| Octal | 157 | 103 | 313 | 55 | 103 | 0 | 24 | 403 | 71 | 65 |
| Binary | 1101111 | 1000011 | 11001011 | 101101 | 1000011 | 0 | 10100 | 100000011 | 111001 | 110101 |
Color Harmonies of #6F43CB
Complementary color
Monochromatic Colors of #6F43CB
Black with #6F43CB
Text Example
Text Example
White with #6F43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F43CB; }
p { color: rgb(111,67,203); }
H1.HeaderClassName
{
color: #6F43CB;
}
.AnyTagClassName
{
color: #6F43CB;
}
</style>
background-color css
<style>
a { background-color: #6F43CB; }
a { background-color: rgb(111,67,203); }
div.DivClassName
{
background-color: #6F43CB;
}
.BgClassName
{
background-color: #6F43CB;
}
</style>
border-color css
<style>
span { border-color: #6F43CB; }
span { border-color: rgb(111,67,203); }
td.TdClassName
{
border-color: #6F43CB;
}
.TagClassName
{
border-color: #6F43CB;
}
</style>