Shades of Purple Heart #6918CC
Tints of Purple Heart #6918CC
RGB
CMYK
RGB Variations
Color information
#6918CC (or 0x6918CC) is known color: Purple Heart. HEX triplet: 69, 18 and CC. RGB value is (105,24,204). Sum of RGB (Red+Green+Blue) = 105+24+204=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #6918CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6918CC is #96E733. Grayscale: #444444. Windows color (decimal): -9889588 or 13375593. OLE color: 13375593.
HSL color Cylindrical-coordinate representation of color #6918CC: hue angle of 267º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6918CC is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 24 | 204 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.2 |
| HSL | 267º | 0.79% | 0.45% | - |
| HSV(B) | 267º | 0.88% | 0.8% | - |
| XYZ | 17.05 | 8.02 | 57.78 | - |
| YUV | 68.74 | 204.34 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 204 | 0.49 | 0.88 | 0 | 0.2 | 267 | 0.79 | 0.45 |
| Hex | 69 | 18 | CC | 31 | 58 | 0 | 14 | 10B | 4F | 2D |
| Octal | 151 | 30 | 314 | 61 | 130 | 0 | 24 | 413 | 117 | 55 |
| Binary | 1101001 | 11000 | 11001100 | 110001 | 1011000 | 0 | 10100 | 100001011 | 1001111 | 101101 |
Color Harmonies of #6918CC
Complementary color
Monochromatic Colors of #6918CC
Black with #6918CC
Text Example
Text Example
White with #6918CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6918CC; }
p { color: rgb(105,24,204); }
H1.HeaderClassName
{
color: #6918CC;
}
.AnyTagClassName
{
color: #6918CC;
}
</style>
background-color css
<style>
a { background-color: #6918CC; }
a { background-color: rgb(105,24,204); }
div.DivClassName
{
background-color: #6918CC;
}
.BgClassName
{
background-color: #6918CC;
}
</style>
border-color css
<style>
span { border-color: #6918CC; }
span { border-color: rgb(105,24,204); }
td.TdClassName
{
border-color: #6918CC;
}
.TagClassName
{
border-color: #6918CC;
}
</style>