Shades of Purple Heart #6132CC
Tints of Purple Heart #6132CC
RGB
CMYK
RGB Variations
Color information
#6132CC (or 0x6132CC) is known color: Purple Heart. HEX triplet: 61, 32 and CC. RGB value is (97,50,204). Sum of RGB (Red+Green+Blue) = 97+50+204=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #6132CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6132CC is #9ECD33. Grayscale: #515151. Windows color (decimal): -10407220 or 13382241. OLE color: 13382241.
HSL color Cylindrical-coordinate representation of color #6132CC: hue angle of 258.31º degrees, saturation: 0.61, 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 #6132CC is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 50 | 204 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.2 |
| HSL | 258.31º | 0.61% | 0.5% | - |
| HSV(B) | 258.31º | 0.75% | 0.8% | - |
| XYZ | 16.97 | 9.18 | 58 | - |
| YUV | 81.61 | 197.07 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 204 | 0.52 | 0.75 | 0 | 0.2 | 258.31 | 0.61 | 0.5 |
| Hex | 61 | 32 | CC | 34 | 4B | 0 | 14 | 102 | 3D | 32 |
| Octal | 141 | 62 | 314 | 64 | 113 | 0 | 24 | 402 | 75 | 62 |
| Binary | 1100001 | 110010 | 11001100 | 110100 | 1001011 | 0 | 10100 | 100000010 | 111101 | 110010 |
Color Harmonies of #6132CC
Complementary color
Monochromatic Colors of #6132CC
Black with #6132CC
Text Example
Text Example
White with #6132CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6132CC; }
p { color: rgb(97,50,204); }
H1.HeaderClassName
{
color: #6132CC;
}
.AnyTagClassName
{
color: #6132CC;
}
</style>
background-color css
<style>
a { background-color: #6132CC; }
a { background-color: rgb(97,50,204); }
div.DivClassName
{
background-color: #6132CC;
}
.BgClassName
{
background-color: #6132CC;
}
</style>
border-color css
<style>
span { border-color: #6132CC; }
span { border-color: rgb(97,50,204); }
td.TdClassName
{
border-color: #6132CC;
}
.TagClassName
{
border-color: #6132CC;
}
</style>