Shades of Purple Heart #6932CE
Tints of Purple Heart #6932CE
RGB
CMYK
RGB Variations
Color information
#6932CE (or 0x6932CE) is known color: Purple Heart. HEX triplet: 69, 32 and CE. RGB value is (105,50,206). Sum of RGB (Red+Green+Blue) = 105+50+206=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #6932CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6932CE is #96CD31. Grayscale: #535353. Windows color (decimal): -9882930 or 13513321. OLE color: 13513321.
HSL color Cylindrical-coordinate representation of color #6932CE: hue angle of 261.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6932CE is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 50 | 206 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.19 |
| HSL | 261.15º | 0.61% | 0.5% | - |
| HSV(B) | 261.15º | 0.76% | 0.81% | - |
| XYZ | 18.11 | 9.74 | 59.32 | - |
| YUV | 84.23 | 196.72 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 206 | 0.49 | 0.76 | 0 | 0.19 | 261.15 | 0.61 | 0.5 |
| Hex | 69 | 32 | CE | 31 | 4C | 0 | 13 | 105 | 3D | 32 |
| Octal | 151 | 62 | 316 | 61 | 114 | 0 | 23 | 405 | 75 | 62 |
| Binary | 1101001 | 110010 | 11001110 | 110001 | 1001100 | 0 | 10011 | 100000101 | 111101 | 110010 |
Color Harmonies of #6932CE
Complementary color
Monochromatic Colors of #6932CE
Black with #6932CE
Text Example
Text Example
White with #6932CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6932CE; }
p { color: rgb(105,50,206); }
H1.HeaderClassName
{
color: #6932CE;
}
.AnyTagClassName
{
color: #6932CE;
}
</style>
background-color css
<style>
a { background-color: #6932CE; }
a { background-color: rgb(105,50,206); }
div.DivClassName
{
background-color: #6932CE;
}
.BgClassName
{
background-color: #6932CE;
}
</style>
border-color css
<style>
span { border-color: #6932CE; }
span { border-color: rgb(105,50,206); }
td.TdClassName
{
border-color: #6932CE;
}
.TagClassName
{
border-color: #6932CE;
}
</style>