Shades of Purple Heart #6933E3
Tints of Purple Heart #6933E3
RGB
CMYK
RGB Variations
Color information
#6933E3 (or 0x6933E3) is known color: Purple Heart. HEX triplet: 69, 33 and E3. RGB value is (105,51,227). Sum of RGB (Red+Green+Blue) = 105+51+227=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 227 (89.06% from 255 or 59.27% from 383); Max value from RGB is 227 - color contains mainly: blue. Hex color #6933E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6933E3 is #96CC1C. Grayscale: #565656. Windows color (decimal): -9882653 or 14889833. OLE color: 14889833.
HSL color Cylindrical-coordinate representation of color #6933E3: hue angle of 258.41º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6933E3 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 51 | 227 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.11 |
| HSL | 258.41º | 0.76% | 0.55% | - |
| HSV(B) | 258.41º | 0.78% | 0.89% | - |
| XYZ | 20.87 | 10.92 | 73.68 | - |
| YUV | 87.21 | 206.89 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 227 | 0.54 | 0.78 | 0 | 0.11 | 258.41 | 0.76 | 0.55 |
| Hex | 69 | 33 | E3 | 36 | 4E | 0 | B | 102 | 4C | 37 |
| Octal | 151 | 63 | 343 | 66 | 116 | 0 | 13 | 402 | 114 | 67 |
| Binary | 1101001 | 110011 | 11100011 | 110110 | 1001110 | 0 | 1011 | 100000010 | 1001100 | 110111 |
Color Harmonies of #6933E3
Complementary color
Monochromatic Colors of #6933E3
Black with #6933E3
Text Example
Text Example
White with #6933E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6933E3; }
p { color: rgb(105,51,227); }
H1.HeaderClassName
{
color: #6933E3;
}
.AnyTagClassName
{
color: #6933E3;
}
</style>
background-color css
<style>
a { background-color: #6933E3; }
a { background-color: rgb(105,51,227); }
div.DivClassName
{
background-color: #6933E3;
}
.BgClassName
{
background-color: #6933E3;
}
</style>
border-color css
<style>
span { border-color: #6933E3; }
span { border-color: rgb(105,51,227); }
td.TdClassName
{
border-color: #6933E3;
}
.TagClassName
{
border-color: #6933E3;
}
</style>