Shades of Purple Heart #6903CE
Tints of Purple Heart #6903CE
RGB
CMYK
RGB Variations
Color information
#6903CE (or 0x6903CE) is known color: Purple Heart. HEX triplet: 69, 03 and CE. RGB value is (105,3,206). Sum of RGB (Red+Green+Blue) = 105+3+206=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #6903CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6903CE is #96FC31. Grayscale: #373737. Windows color (decimal): -9894962 or 13501289. OLE color: 13501289.
HSL color Cylindrical-coordinate representation of color #6903CE: hue angle of 270.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6903CE is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 3 | 206 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.19 |
| HSL | 270.15º | 0.97% | 0.41% | - |
| HSV(B) | 270.15º | 0.99% | 0.81% | - |
| XYZ | 17 | 7.52 | 58.95 | - |
| YUV | 56.64 | 212.29 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 206 | 0.49 | 0.99 | 0 | 0.19 | 270.15 | 0.97 | 0.41 |
| Hex | 69 | 3 | CE | 31 | 63 | 0 | 13 | 10E | 61 | 29 |
| Octal | 151 | 3 | 316 | 61 | 143 | 0 | 23 | 416 | 141 | 51 |
| Binary | 1101001 | 11 | 11001110 | 110001 | 1100011 | 0 | 10011 | 100001110 | 1100001 | 101001 |
Color Harmonies of #6903CE
Complementary color
Monochromatic Colors of #6903CE
Black with #6903CE
Text Example
Text Example
White with #6903CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6903CE; }
p { color: rgb(105,3,206); }
H1.HeaderClassName
{
color: #6903CE;
}
.AnyTagClassName
{
color: #6903CE;
}
</style>
background-color css
<style>
a { background-color: #6903CE; }
a { background-color: rgb(105,3,206); }
div.DivClassName
{
background-color: #6903CE;
}
.BgClassName
{
background-color: #6903CE;
}
</style>
border-color css
<style>
span { border-color: #6903CE; }
span { border-color: rgb(105,3,206); }
td.TdClassName
{
border-color: #6903CE;
}
.TagClassName
{
border-color: #6903CE;
}
</style>