Shades of Purple Heart #6F3CC0
Tints of Purple Heart #6F3CC0
RGB
CMYK
RGB Variations
Color information
#6F3CC0 (or 0x6F3CC0) is known color: Purple Heart. HEX triplet: 6F, 3C and C0. RGB value is (111,60,192). Sum of RGB (Red+Green+Blue) = 111+60+192=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #6F3CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3CC0 is #90C33F. Grayscale: #595959. Windows color (decimal): -9487168 or 12598383. OLE color: 12598383.
HSL color Cylindrical-coordinate representation of color #6F3CC0: hue angle of 263.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F3CC0 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 60 | 192 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.25 |
| HSL | 263.18º | 0.52% | 0.49% | - |
| HSV(B) | 263.18º | 0.69% | 0.75% | - |
| XYZ | 17.69 | 10.42 | 50.95 | - |
| YUV | 90.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 192 | 0.42 | 0.69 | 0 | 0.25 | 263.18 | 0.52 | 0.49 |
| Hex | 6F | 3C | C0 | 2A | 45 | 0 | 19 | 107 | 34 | 31 |
| Octal | 157 | 74 | 300 | 52 | 105 | 0 | 31 | 407 | 64 | 61 |
| Binary | 1101111 | 111100 | 11000000 | 101010 | 1000101 | 0 | 11001 | 100000111 | 110100 | 110001 |
Color Harmonies of #6F3CC0
Complementary color
Monochromatic Colors of #6F3CC0
Black with #6F3CC0
Text Example
Text Example
White with #6F3CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3CC0; }
p { color: rgb(111,60,192); }
H1.HeaderClassName
{
color: #6F3CC0;
}
.AnyTagClassName
{
color: #6F3CC0;
}
</style>
background-color css
<style>
a { background-color: #6F3CC0; }
a { background-color: rgb(111,60,192); }
div.DivClassName
{
background-color: #6F3CC0;
}
.BgClassName
{
background-color: #6F3CC0;
}
</style>
border-color css
<style>
span { border-color: #6F3CC0; }
span { border-color: rgb(111,60,192); }
td.TdClassName
{
border-color: #6F3CC0;
}
.TagClassName
{
border-color: #6F3CC0;
}
</style>