Shades of Purple Heart #6132DC
Tints of Purple Heart #6132DC
RGB
CMYK
RGB Variations
Color information
#6132DC (or 0x6132DC) is known color: Purple Heart. HEX triplet: 61, 32 and DC. RGB value is (97,50,220). Sum of RGB (Red+Green+Blue) = 97+50+220=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #6132DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6132DC is #9ECD23. Grayscale: #525252. Windows color (decimal): -10407204 or 14430817. OLE color: 14430817.
HSL color Cylindrical-coordinate representation of color #6132DC: hue angle of 256.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6132DC is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 50 | 220 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.14 |
| HSL | 256.59º | 0.71% | 0.53% | - |
| HSV(B) | 256.59º | 0.77% | 0.86% | - |
| XYZ | 18.99 | 9.99 | 68.64 | - |
| YUV | 83.43 | 205.07 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 220 | 0.56 | 0.77 | 0 | 0.14 | 256.59 | 0.71 | 0.53 |
| Hex | 61 | 32 | DC | 38 | 4D | 0 | E | 101 | 47 | 35 |
| Octal | 141 | 62 | 334 | 70 | 115 | 0 | 16 | 401 | 107 | 65 |
| Binary | 1100001 | 110010 | 11011100 | 111000 | 1001101 | 0 | 1110 | 100000001 | 1000111 | 110101 |
Color Harmonies of #6132DC
Complementary color
Monochromatic Colors of #6132DC
Black with #6132DC
Text Example
Text Example
White with #6132DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6132DC; }
p { color: rgb(97,50,220); }
H1.HeaderClassName
{
color: #6132DC;
}
.AnyTagClassName
{
color: #6132DC;
}
</style>
background-color css
<style>
a { background-color: #6132DC; }
a { background-color: rgb(97,50,220); }
div.DivClassName
{
background-color: #6132DC;
}
.BgClassName
{
background-color: #6132DC;
}
</style>
border-color css
<style>
span { border-color: #6132DC; }
span { border-color: rgb(97,50,220); }
td.TdClassName
{
border-color: #6132DC;
}
.TagClassName
{
border-color: #6132DC;
}
</style>