Shades of Purple Heart #6903CA
Tints of Purple Heart #6903CA
RGB
CMYK
RGB Variations
Color information
#6903CA (or 0x6903CA) is known color: Purple Heart. HEX triplet: 69, 03 and CA. RGB value is (105,3,202). Sum of RGB (Red+Green+Blue) = 105+3+202=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #6903CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6903CA is #96FC35. Grayscale: #373737. Windows color (decimal): -9894966 or 13239145. OLE color: 13239145.
HSL color Cylindrical-coordinate representation of color #6903CA: hue angle of 270.75º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6903CA is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 3 | 202 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.21 |
| HSL | 270.75º | 0.97% | 0.4% | - |
| HSV(B) | 270.75º | 0.99% | 0.79% | - |
| XYZ | 16.52 | 7.33 | 56.42 | - |
| YUV | 56.18 | 210.29 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 202 | 0.48 | 0.99 | 0 | 0.21 | 270.75 | 0.97 | 0.4 |
| Hex | 69 | 3 | CA | 30 | 63 | 0 | 15 | 10F | 61 | 28 |
| Octal | 151 | 3 | 312 | 60 | 143 | 0 | 25 | 417 | 141 | 50 |
| Binary | 1101001 | 11 | 11001010 | 110000 | 1100011 | 0 | 10101 | 100001111 | 1100001 | 101000 |
Color Harmonies of #6903CA
Complementary color
Monochromatic Colors of #6903CA
Black with #6903CA
Text Example
Text Example
White with #6903CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6903CA; }
p { color: rgb(105,3,202); }
H1.HeaderClassName
{
color: #6903CA;
}
.AnyTagClassName
{
color: #6903CA;
}
</style>
background-color css
<style>
a { background-color: #6903CA; }
a { background-color: rgb(105,3,202); }
div.DivClassName
{
background-color: #6903CA;
}
.BgClassName
{
background-color: #6903CA;
}
</style>
border-color css
<style>
span { border-color: #6903CA; }
span { border-color: rgb(105,3,202); }
td.TdClassName
{
border-color: #6903CA;
}
.TagClassName
{
border-color: #6903CA;
}
</style>