Shades of Purple Heart #6904CC
Tints of Purple Heart #6904CC
RGB
CMYK
RGB Variations
Color information
#6904CC (or 0x6904CC) is known color: Purple Heart. HEX triplet: 69, 04 and CC. RGB value is (105,4,204). Sum of RGB (Red+Green+Blue) = 105+4+204=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #6904CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6904CC is #96FB33. Grayscale: #383838. Windows color (decimal): -9894708 or 13370473. OLE color: 13370473.
HSL color Cylindrical-coordinate representation of color #6904CC: hue angle of 270.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6904CC is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 4 | 204 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.2 |
| HSL | 270.3º | 0.96% | 0.41% | - |
| HSV(B) | 270.3º | 0.98% | 0.8% | - |
| XYZ | 16.77 | 7.45 | 57.68 | - |
| YUV | 57 | 210.96 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 204 | 0.49 | 0.98 | 0 | 0.2 | 270.3 | 0.96 | 0.41 |
| Hex | 69 | 4 | CC | 31 | 62 | 0 | 14 | 10E | 60 | 29 |
| Octal | 151 | 4 | 314 | 61 | 142 | 0 | 24 | 416 | 140 | 51 |
| Binary | 1101001 | 100 | 11001100 | 110001 | 1100010 | 0 | 10100 | 100001110 | 1100000 | 101001 |
Color Harmonies of #6904CC
Complementary color
Monochromatic Colors of #6904CC
Black with #6904CC
Text Example
Text Example
White with #6904CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6904CC; }
p { color: rgb(105,4,204); }
H1.HeaderClassName
{
color: #6904CC;
}
.AnyTagClassName
{
color: #6904CC;
}
</style>
background-color css
<style>
a { background-color: #6904CC; }
a { background-color: rgb(105,4,204); }
div.DivClassName
{
background-color: #6904CC;
}
.BgClassName
{
background-color: #6904CC;
}
</style>
border-color css
<style>
span { border-color: #6904CC; }
span { border-color: rgb(105,4,204); }
td.TdClassName
{
border-color: #6904CC;
}
.TagClassName
{
border-color: #6904CC;
}
</style>