Shades of Purple Heart #6903CC
Tints of Purple Heart #6903CC
RGB
CMYK
RGB Variations
Color information
#6903CC (or 0x6903CC) is known color: Purple Heart. HEX triplet: 69, 03 and CC. RGB value is (105,3,204). Sum of RGB (Red+Green+Blue) = 105+3+204=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #6903CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6903CC is #96FC33. Grayscale: #373737. Windows color (decimal): -9894964 or 13370217. OLE color: 13370217.
HSL color Cylindrical-coordinate representation of color #6903CC: hue angle of 270.45º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6903CC is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 3 | 204 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.2 |
| HSL | 270.45º | 0.97% | 0.41% | - |
| HSV(B) | 270.45º | 0.99% | 0.8% | - |
| XYZ | 16.76 | 7.43 | 57.68 | - |
| YUV | 56.41 | 211.29 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 204 | 0.49 | 0.99 | 0 | 0.2 | 270.45 | 0.97 | 0.41 |
| Hex | 69 | 3 | CC | 31 | 63 | 0 | 14 | 10E | 61 | 29 |
| Octal | 151 | 3 | 314 | 61 | 143 | 0 | 24 | 416 | 141 | 51 |
| Binary | 1101001 | 11 | 11001100 | 110001 | 1100011 | 0 | 10100 | 100001110 | 1100001 | 101001 |
Color Harmonies of #6903CC
Complementary color
Monochromatic Colors of #6903CC
Black with #6903CC
Text Example
Text Example
White with #6903CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6903CC; }
p { color: rgb(105,3,204); }
H1.HeaderClassName
{
color: #6903CC;
}
.AnyTagClassName
{
color: #6903CC;
}
</style>
background-color css
<style>
a { background-color: #6903CC; }
a { background-color: rgb(105,3,204); }
div.DivClassName
{
background-color: #6903CC;
}
.BgClassName
{
background-color: #6903CC;
}
</style>
border-color css
<style>
span { border-color: #6903CC; }
span { border-color: rgb(105,3,204); }
td.TdClassName
{
border-color: #6903CC;
}
.TagClassName
{
border-color: #6903CC;
}
</style>