Shades of Purple Heart #6F36CC
Tints of Purple Heart #6F36CC
RGB
CMYK
RGB Variations
Color information
#6F36CC (or 0x6F36CC) is known color: Purple Heart. HEX triplet: 6F, 36 and CC. RGB value is (111,54,204). Sum of RGB (Red+Green+Blue) = 111+54+204=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F36CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F36CC is #90C933. Grayscale: #575757. Windows color (decimal): -9488692 or 13383279. OLE color: 13383279.
HSL color Cylindrical-coordinate representation of color #6F36CC: hue angle of 262.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F36CC is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 54 | 204 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.2 |
| HSL | 262.8º | 0.6% | 0.51% | - |
| HSV(B) | 262.8º | 0.74% | 0.8% | - |
| XYZ | 18.77 | 10.38 | 58.14 | - |
| YUV | 88.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 204 | 0.46 | 0.74 | 0 | 0.2 | 262.8 | 0.6 | 0.51 |
| Hex | 6F | 36 | CC | 2E | 4A | 0 | 14 | 107 | 3C | 33 |
| Octal | 157 | 66 | 314 | 56 | 112 | 0 | 24 | 407 | 74 | 63 |
| Binary | 1101111 | 110110 | 11001100 | 101110 | 1001010 | 0 | 10100 | 100000111 | 111100 | 110011 |
Color Harmonies of #6F36CC
Complementary color
Monochromatic Colors of #6F36CC
Black with #6F36CC
Text Example
Text Example
White with #6F36CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F36CC; }
p { color: rgb(111,54,204); }
H1.HeaderClassName
{
color: #6F36CC;
}
.AnyTagClassName
{
color: #6F36CC;
}
</style>
background-color css
<style>
a { background-color: #6F36CC; }
a { background-color: rgb(111,54,204); }
div.DivClassName
{
background-color: #6F36CC;
}
.BgClassName
{
background-color: #6F36CC;
}
</style>
border-color css
<style>
span { border-color: #6F36CC; }
span { border-color: rgb(111,54,204); }
td.TdClassName
{
border-color: #6F36CC;
}
.TagClassName
{
border-color: #6F36CC;
}
</style>