Shades of Purple Heart #6F33CF
Tints of Purple Heart #6F33CF
RGB
CMYK
RGB Variations
Color information
#6F33CF (or 0x6F33CF) is known color: Purple Heart. HEX triplet: 6F, 33 and CF. RGB value is (111,51,207). Sum of RGB (Red+Green+Blue) = 111+51+207=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F33CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F33CF is #90CC30. Grayscale: #565656. Windows color (decimal): -9489457 or 13579119. OLE color: 13579119.
HSL color Cylindrical-coordinate representation of color #6F33CF: hue angle of 263.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F33CF is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 51 | 207 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.19 |
| HSL | 263.08º | 0.62% | 0.51% | - |
| HSV(B) | 263.08º | 0.75% | 0.81% | - |
| XYZ | 19 | 10.25 | 60.01 | - |
| YUV | 86.72 | 195.88 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 207 | 0.46 | 0.75 | 0 | 0.19 | 263.08 | 0.62 | 0.51 |
| Hex | 6F | 33 | CF | 2E | 4B | 0 | 13 | 107 | 3E | 33 |
| Octal | 157 | 63 | 317 | 56 | 113 | 0 | 23 | 407 | 76 | 63 |
| Binary | 1101111 | 110011 | 11001111 | 101110 | 1001011 | 0 | 10011 | 100000111 | 111110 | 110011 |
Color Harmonies of #6F33CF
Complementary color
Monochromatic Colors of #6F33CF
Black with #6F33CF
Text Example
Text Example
White with #6F33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F33CF; }
p { color: rgb(111,51,207); }
H1.HeaderClassName
{
color: #6F33CF;
}
.AnyTagClassName
{
color: #6F33CF;
}
</style>
background-color css
<style>
a { background-color: #6F33CF; }
a { background-color: rgb(111,51,207); }
div.DivClassName
{
background-color: #6F33CF;
}
.BgClassName
{
background-color: #6F33CF;
}
</style>
border-color css
<style>
span { border-color: #6F33CF; }
span { border-color: rgb(111,51,207); }
td.TdClassName
{
border-color: #6F33CF;
}
.TagClassName
{
border-color: #6F33CF;
}
</style>