Shades of Purple Heart #6B3CCF
Tints of Purple Heart #6B3CCF
RGB
CMYK
RGB Variations
Color information
#6B3CCF (or 0x6B3CCF) is known color: Purple Heart. HEX triplet: 6B, 3C and CF. RGB value is (107,60,207). Sum of RGB (Red+Green+Blue) = 107+60+207=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B3CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3CCF is #94C330. Grayscale: #5A5A5A. Windows color (decimal): -9749297 or 13581419. OLE color: 13581419.
HSL color Cylindrical-coordinate representation of color #6B3CCF: hue angle of 259.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B3CCF is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 60 | 207 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.19 |
| HSL | 259.18º | 0.6% | 0.52% | - |
| HSV(B) | 259.18º | 0.71% | 0.81% | - |
| XYZ | 18.94 | 10.86 | 60.13 | - |
| YUV | 90.81 | 193.57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 207 | 0.48 | 0.71 | 0 | 0.19 | 259.18 | 0.6 | 0.52 |
| Hex | 6B | 3C | CF | 30 | 47 | 0 | 13 | 103 | 3C | 34 |
| Octal | 153 | 74 | 317 | 60 | 107 | 0 | 23 | 403 | 74 | 64 |
| Binary | 1101011 | 111100 | 11001111 | 110000 | 1000111 | 0 | 10011 | 100000011 | 111100 | 110100 |
Color Harmonies of #6B3CCF
Complementary color
Monochromatic Colors of #6B3CCF
Black with #6B3CCF
Text Example
Text Example
White with #6B3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3CCF; }
p { color: rgb(107,60,207); }
H1.HeaderClassName
{
color: #6B3CCF;
}
.AnyTagClassName
{
color: #6B3CCF;
}
</style>
background-color css
<style>
a { background-color: #6B3CCF; }
a { background-color: rgb(107,60,207); }
div.DivClassName
{
background-color: #6B3CCF;
}
.BgClassName
{
background-color: #6B3CCF;
}
</style>
border-color css
<style>
span { border-color: #6B3CCF; }
span { border-color: rgb(107,60,207); }
td.TdClassName
{
border-color: #6B3CCF;
}
.TagClassName
{
border-color: #6B3CCF;
}
</style>