Shades of Purple Heart #6C30BF
Tints of Purple Heart #6C30BF
RGB
CMYK
RGB Variations
Color information
#6C30BF (or 0x6C30BF) is known color: Purple Heart. HEX triplet: 6C, 30 and BF. RGB value is (108,48,191). Sum of RGB (Red+Green+Blue) = 108+48+191=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C30BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C30BF is #93CF40. Grayscale: #515151. Windows color (decimal): -9686849 or 12529772. OLE color: 12529772.
HSL color Cylindrical-coordinate representation of color #6C30BF: hue angle of 265.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C30BF is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 48 | 191 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.25 |
| HSL | 265.17º | 0.6% | 0.47% | - |
| HSV(B) | 265.17º | 0.75% | 0.75% | - |
| XYZ | 16.65 | 9.06 | 50.16 | - |
| YUV | 82.24 | 189.38 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 191 | 0.43 | 0.75 | 0 | 0.25 | 265.17 | 0.6 | 0.47 |
| Hex | 6C | 30 | BF | 2B | 4B | 0 | 19 | 109 | 3C | 2F |
| Octal | 154 | 60 | 277 | 53 | 113 | 0 | 31 | 411 | 74 | 57 |
| Binary | 1101100 | 110000 | 10111111 | 101011 | 1001011 | 0 | 11001 | 100001001 | 111100 | 101111 |
Color Harmonies of #6C30BF
Complementary color
Monochromatic Colors of #6C30BF
Black with #6C30BF
Text Example
Text Example
White with #6C30BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C30BF; }
p { color: rgb(108,48,191); }
H1.HeaderClassName
{
color: #6C30BF;
}
.AnyTagClassName
{
color: #6C30BF;
}
</style>
background-color css
<style>
a { background-color: #6C30BF; }
a { background-color: rgb(108,48,191); }
div.DivClassName
{
background-color: #6C30BF;
}
.BgClassName
{
background-color: #6C30BF;
}
</style>
border-color css
<style>
span { border-color: #6C30BF; }
span { border-color: rgb(108,48,191); }
td.TdClassName
{
border-color: #6C30BF;
}
.TagClassName
{
border-color: #6C30BF;
}
</style>