Shades of Purple Heart #6C30C7
Tints of Purple Heart #6C30C7
RGB
CMYK
RGB Variations
Color information
#6C30C7 (or 0x6C30C7) is known color: Purple Heart. HEX triplet: 6C, 30 and C7. RGB value is (108,48,199). Sum of RGB (Red+Green+Blue) = 108+48+199=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 199 (78.12% from 255 or 56.06% from 355); Max value from RGB is 199 - color contains mainly: blue. Hex color #6C30C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C30C7 is #93CF38. Grayscale: #525252. Windows color (decimal): -9686841 or 13054060. OLE color: 13054060.
HSL color Cylindrical-coordinate representation of color #6C30C7: hue angle of 263.84º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C30C7 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 48 | 199 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.22 |
| HSL | 263.84º | 0.61% | 0.48% | - |
| HSV(B) | 263.84º | 0.76% | 0.78% | - |
| XYZ | 17.55 | 9.43 | 54.93 | - |
| YUV | 83.15 | 193.38 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 199 | 0.46 | 0.76 | 0 | 0.22 | 263.84 | 0.61 | 0.48 |
| Hex | 6C | 30 | C7 | 2E | 4C | 0 | 16 | 108 | 3D | 30 |
| Octal | 154 | 60 | 307 | 56 | 114 | 0 | 26 | 410 | 75 | 60 |
| Binary | 1101100 | 110000 | 11000111 | 101110 | 1001100 | 0 | 10110 | 100001000 | 111101 | 110000 |
Color Harmonies of #6C30C7
Complementary color
Monochromatic Colors of #6C30C7
Black with #6C30C7
Text Example
Text Example
White with #6C30C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C30C7; }
p { color: rgb(108,48,199); }
H1.HeaderClassName
{
color: #6C30C7;
}
.AnyTagClassName
{
color: #6C30C7;
}
</style>
background-color css
<style>
a { background-color: #6C30C7; }
a { background-color: rgb(108,48,199); }
div.DivClassName
{
background-color: #6C30C7;
}
.BgClassName
{
background-color: #6C30C7;
}
</style>
border-color css
<style>
span { border-color: #6C30C7; }
span { border-color: rgb(108,48,199); }
td.TdClassName
{
border-color: #6C30C7;
}
.TagClassName
{
border-color: #6C30C7;
}
</style>