Shades of Purple Heart #6921CB
Tints of Purple Heart #6921CB
RGB
CMYK
RGB Variations
Color information
#6921CB (or 0x6921CB) is known color: Purple Heart. HEX triplet: 69, 21 and CB. RGB value is (105,33,203). Sum of RGB (Red+Green+Blue) = 105+33+203=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #6921CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6921CB is #96DE34. Grayscale: #494949. Windows color (decimal): -9887285 or 13312361. OLE color: 13312361.
HSL color Cylindrical-coordinate representation of color #6921CB: hue angle of 265.41º 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 #6921CB is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 33 | 203 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.20 |
| HSL | 265.41º | 0.72% | 0.46% | - |
| HSV(B) | 265.41º | 0.84% | 0.8% | - |
| XYZ | 17.15 | 8.4 | 57.22 | - |
| YUV | 73.91 | 200.85 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 203 | 0.48 | 0.84 | 0 | 0.20 | 265.41 | 0.72 | 0.46 |
| Hex | 69 | 21 | CB | 30 | 54 | 0 | 14 | 109 | 48 | 2E |
| Octal | 151 | 41 | 313 | 60 | 124 | 0 | 24 | 411 | 110 | 56 |
| Binary | 1101001 | 100001 | 11001011 | 110000 | 1010100 | 0 | 10100 | 100001001 | 1001000 | 101110 |
Color Harmonies of #6921CB
Complementary color
Monochromatic Colors of #6921CB
Black with #6921CB
Text Example
Text Example
White with #6921CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6921CB; }
p { color: rgb(105,33,203); }
H1.HeaderClassName
{
color: #6921CB;
}
.AnyTagClassName
{
color: #6921CB;
}
</style>
background-color css
<style>
a { background-color: #6921CB; }
a { background-color: rgb(105,33,203); }
div.DivClassName
{
background-color: #6921CB;
}
.BgClassName
{
background-color: #6921CB;
}
</style>
border-color css
<style>
span { border-color: #6921CB; }
span { border-color: rgb(105,33,203); }
td.TdClassName
{
border-color: #6921CB;
}
.TagClassName
{
border-color: #6921CB;
}
</style>