Shades of Purple Heart #6C25BD
Tints of Purple Heart #6C25BD
RGB
CMYK
RGB Variations
Color information
#6C25BD (or 0x6C25BD) is known color: Purple Heart. HEX triplet: 6C, 25 and BD. RGB value is (108,37,189). Sum of RGB (Red+Green+Blue) = 108+37+189=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C25BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C25BD is #93DA42. Grayscale: #4B4B4B. Windows color (decimal): -9689667 or 12395884. OLE color: 12395884.
HSL color Cylindrical-coordinate representation of color #6C25BD: hue angle of 268.03º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C25BD is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 37 | 189 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.26 |
| HSL | 268.03º | 0.67% | 0.44% | - |
| HSV(B) | 268.03º | 0.8% | 0.74% | - |
| XYZ | 16.03 | 8.19 | 48.88 | - |
| YUV | 75.56 | 192.02 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 189 | 0.43 | 0.80 | 0 | 0.26 | 268.03 | 0.67 | 0.44 |
| Hex | 6C | 25 | BD | 2B | 50 | 0 | 1A | 10C | 43 | 2C |
| Octal | 154 | 45 | 275 | 53 | 120 | 0 | 32 | 414 | 103 | 54 |
| Binary | 1101100 | 100101 | 10111101 | 101011 | 1010000 | 0 | 11010 | 100001100 | 1000011 | 101100 |
Color Harmonies of #6C25BD
Complementary color
Monochromatic Colors of #6C25BD
Black with #6C25BD
Text Example
Text Example
White with #6C25BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C25BD; }
p { color: rgb(108,37,189); }
H1.HeaderClassName
{
color: #6C25BD;
}
.AnyTagClassName
{
color: #6C25BD;
}
</style>
background-color css
<style>
a { background-color: #6C25BD; }
a { background-color: rgb(108,37,189); }
div.DivClassName
{
background-color: #6C25BD;
}
.BgClassName
{
background-color: #6C25BD;
}
</style>
border-color css
<style>
span { border-color: #6C25BD; }
span { border-color: rgb(108,37,189); }
td.TdClassName
{
border-color: #6C25BD;
}
.TagClassName
{
border-color: #6C25BD;
}
</style>