Shades of Purple Heart #6C33C7
Tints of Purple Heart #6C33C7
RGB
CMYK
RGB Variations
Color information
#6C33C7 (or 0x6C33C7) is known color: Purple Heart. HEX triplet: 6C, 33 and C7. RGB value is (108,51,199). Sum of RGB (Red+Green+Blue) = 108+51+199=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 199 (78.12% from 255 or 55.59% from 358); Max value from RGB is 199 - color contains mainly: blue. Hex color #6C33C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C33C7 is #93CC38. Grayscale: #545454. Windows color (decimal): -9686073 or 13054828. OLE color: 13054828.
HSL color Cylindrical-coordinate representation of color #6C33C7: hue angle of 263.11º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C33C7 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 51 | 199 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.22 |
| HSL | 263.11º | 0.59% | 0.49% | - |
| HSV(B) | 263.11º | 0.74% | 0.78% | - |
| XYZ | 17.68 | 9.68 | 54.97 | - |
| YUV | 84.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 199 | 0.46 | 0.74 | 0 | 0.22 | 263.11 | 0.59 | 0.49 |
| Hex | 6C | 33 | C7 | 2E | 4A | 0 | 16 | 107 | 3B | 31 |
| Octal | 154 | 63 | 307 | 56 | 112 | 0 | 26 | 407 | 73 | 61 |
| Binary | 1101100 | 110011 | 11000111 | 101110 | 1001010 | 0 | 10110 | 100000111 | 111011 | 110001 |
Color Harmonies of #6C33C7
Complementary color
Monochromatic Colors of #6C33C7
Black with #6C33C7
Text Example
Text Example
White with #6C33C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C33C7; }
p { color: rgb(108,51,199); }
H1.HeaderClassName
{
color: #6C33C7;
}
.AnyTagClassName
{
color: #6C33C7;
}
</style>
background-color css
<style>
a { background-color: #6C33C7; }
a { background-color: rgb(108,51,199); }
div.DivClassName
{
background-color: #6C33C7;
}
.BgClassName
{
background-color: #6C33C7;
}
</style>
border-color css
<style>
span { border-color: #6C33C7; }
span { border-color: rgb(108,51,199); }
td.TdClassName
{
border-color: #6C33C7;
}
.TagClassName
{
border-color: #6C33C7;
}
</style>