Shades of Purple Heart #6B32CB
Tints of Purple Heart #6B32CB
RGB
CMYK
RGB Variations
Color information
#6B32CB (or 0x6B32CB) is known color: Purple Heart. HEX triplet: 6B, 32 and CB. RGB value is (107,50,203). Sum of RGB (Red+Green+Blue) = 107+50+203=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B32CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B32CB is #94CD34. Grayscale: #535353. Windows color (decimal): -9751861 or 13316715. OLE color: 13316715.
HSL color Cylindrical-coordinate representation of color #6B32CB: hue angle of 262.35º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B32CB is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 50 | 203 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.20 |
| HSL | 262.35º | 0.6% | 0.5% | - |
| HSV(B) | 262.35º | 0.75% | 0.8% | - |
| XYZ | 17.98 | 9.72 | 57.43 | - |
| YUV | 84.49 | 194.88 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 203 | 0.47 | 0.75 | 0 | 0.20 | 262.35 | 0.6 | 0.5 |
| Hex | 6B | 32 | CB | 2F | 4B | 0 | 14 | 106 | 3C | 32 |
| Octal | 153 | 62 | 313 | 57 | 113 | 0 | 24 | 406 | 74 | 62 |
| Binary | 1101011 | 110010 | 11001011 | 101111 | 1001011 | 0 | 10100 | 100000110 | 111100 | 110010 |
Color Harmonies of #6B32CB
Complementary color
Monochromatic Colors of #6B32CB
Black with #6B32CB
Text Example
Text Example
White with #6B32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B32CB; }
p { color: rgb(107,50,203); }
H1.HeaderClassName
{
color: #6B32CB;
}
.AnyTagClassName
{
color: #6B32CB;
}
</style>
background-color css
<style>
a { background-color: #6B32CB; }
a { background-color: rgb(107,50,203); }
div.DivClassName
{
background-color: #6B32CB;
}
.BgClassName
{
background-color: #6B32CB;
}
</style>
border-color css
<style>
span { border-color: #6B32CB; }
span { border-color: rgb(107,50,203); }
td.TdClassName
{
border-color: #6B32CB;
}
.TagClassName
{
border-color: #6B32CB;
}
</style>