Shades of Purple Heart #6722DC
Tints of Purple Heart #6722DC
RGB
CMYK
RGB Variations
Color information
#6722DC (or 0x6722DC) is known color: Purple Heart. HEX triplet: 67, 22 and DC. RGB value is (103,34,220). Sum of RGB (Red+Green+Blue) = 103+34+220=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #6722DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6722DC is #98DD23. Grayscale: #4B4B4B. Windows color (decimal): -10018084 or 14426727. OLE color: 14426727.
HSL color Cylindrical-coordinate representation of color #6722DC: hue angle of 262.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6722DC is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 34 | 220 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.14 |
| HSL | 262.26º | 0.73% | 0.5% | - |
| HSV(B) | 262.26º | 0.85% | 0.86% | - |
| XYZ | 19.08 | 9.19 | 68.48 | - |
| YUV | 75.84 | 209.36 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 220 | 0.53 | 0.85 | 0 | 0.14 | 262.26 | 0.73 | 0.5 |
| Hex | 67 | 22 | DC | 35 | 55 | 0 | E | 106 | 49 | 32 |
| Octal | 147 | 42 | 334 | 65 | 125 | 0 | 16 | 406 | 111 | 62 |
| Binary | 1100111 | 100010 | 11011100 | 110101 | 1010101 | 0 | 1110 | 100000110 | 1001001 | 110010 |
Color Harmonies of #6722DC
Complementary color
Monochromatic Colors of #6722DC
Black with #6722DC
Text Example
Text Example
White with #6722DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6722DC; }
p { color: rgb(103,34,220); }
H1.HeaderClassName
{
color: #6722DC;
}
.AnyTagClassName
{
color: #6722DC;
}
</style>
background-color css
<style>
a { background-color: #6722DC; }
a { background-color: rgb(103,34,220); }
div.DivClassName
{
background-color: #6722DC;
}
.BgClassName
{
background-color: #6722DC;
}
</style>
border-color css
<style>
span { border-color: #6722DC; }
span { border-color: rgb(103,34,220); }
td.TdClassName
{
border-color: #6722DC;
}
.TagClassName
{
border-color: #6722DC;
}
</style>