Shades of Purple Heart #6B0FCF
Tints of Purple Heart #6B0FCF
RGB
CMYK
RGB Variations
Color information
#6B0FCF (or 0x6B0FCF) is known color: Purple Heart. HEX triplet: 6B, 0F and CF. RGB value is (107,15,207). Sum of RGB (Red+Green+Blue) = 107+15+207=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B0FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0FCF is #94F030. Grayscale: #3F3F3F. Windows color (decimal): -9760817 or 13569899. OLE color: 13569899.
HSL color Cylindrical-coordinate representation of color #6B0FCF: hue angle of 268.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0FCF is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 15 | 207 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.19 |
| HSL | 268.75º | 0.86% | 0.44% | - |
| HSV(B) | 268.75º | 0.93% | 0.81% | - |
| XYZ | 17.5 | 7.97 | 59.65 | - |
| YUV | 64.4 | 208.48 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 15 | 207 | 0.48 | 0.93 | 0 | 0.19 | 268.75 | 0.86 | 0.44 |
| Hex | 6B | F | CF | 30 | 5D | 0 | 13 | 10D | 56 | 2C |
| Octal | 153 | 17 | 317 | 60 | 135 | 0 | 23 | 415 | 126 | 54 |
| Binary | 1101011 | 1111 | 11001111 | 110000 | 1011101 | 0 | 10011 | 100001101 | 1010110 | 101100 |
Color Harmonies of #6B0FCF
Complementary color
Monochromatic Colors of #6B0FCF
Black with #6B0FCF
Text Example
Text Example
White with #6B0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0FCF; }
p { color: rgb(107,15,207); }
H1.HeaderClassName
{
color: #6B0FCF;
}
.AnyTagClassName
{
color: #6B0FCF;
}
</style>
background-color css
<style>
a { background-color: #6B0FCF; }
a { background-color: rgb(107,15,207); }
div.DivClassName
{
background-color: #6B0FCF;
}
.BgClassName
{
background-color: #6B0FCF;
}
</style>
border-color css
<style>
span { border-color: #6B0FCF; }
span { border-color: rgb(107,15,207); }
td.TdClassName
{
border-color: #6B0FCF;
}
.TagClassName
{
border-color: #6B0FCF;
}
</style>