Shades of Purple Heart #6921CC
Tints of Purple Heart #6921CC
RGB
CMYK
RGB Variations
Color information
#6921CC (or 0x6921CC) is known color: Purple Heart. HEX triplet: 69, 21 and CC. RGB value is (105,33,204). Sum of RGB (Red+Green+Blue) = 105+33+204=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #6921CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6921CC is #96DE33. Grayscale: #494949. Windows color (decimal): -9887284 or 13377897. OLE color: 13377897.
HSL color Cylindrical-coordinate representation of color #6921CC: hue angle of 265.26º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6921CC is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 33 | 204 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.2 |
| HSL | 265.26º | 0.72% | 0.46% | - |
| HSV(B) | 265.26º | 0.84% | 0.8% | - |
| XYZ | 17.27 | 8.45 | 57.85 | - |
| YUV | 74.02 | 201.35 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 204 | 0.49 | 0.84 | 0 | 0.2 | 265.26 | 0.72 | 0.46 |
| Hex | 69 | 21 | CC | 31 | 54 | 0 | 14 | 109 | 48 | 2E |
| Octal | 151 | 41 | 314 | 61 | 124 | 0 | 24 | 411 | 110 | 56 |
| Binary | 1101001 | 100001 | 11001100 | 110001 | 1010100 | 0 | 10100 | 100001001 | 1001000 | 101110 |
Color Harmonies of #6921CC
Complementary color
Monochromatic Colors of #6921CC
Black with #6921CC
Text Example
Text Example
White with #6921CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6921CC; }
p { color: rgb(105,33,204); }
H1.HeaderClassName
{
color: #6921CC;
}
.AnyTagClassName
{
color: #6921CC;
}
</style>
background-color css
<style>
a { background-color: #6921CC; }
a { background-color: rgb(105,33,204); }
div.DivClassName
{
background-color: #6921CC;
}
.BgClassName
{
background-color: #6921CC;
}
</style>
border-color css
<style>
span { border-color: #6921CC; }
span { border-color: rgb(105,33,204); }
td.TdClassName
{
border-color: #6921CC;
}
.TagClassName
{
border-color: #6921CC;
}
</style>