Shades of Purple Heart #6912CB
Tints of Purple Heart #6912CB
RGB
CMYK
RGB Variations
Color information
#6912CB (or 0x6912CB) is known color: Purple Heart. HEX triplet: 69, 12 and CB. RGB value is (105,18,203). Sum of RGB (Red+Green+Blue) = 105+18+203=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #6912CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6912CB is #96ED34. Grayscale: #404040. Windows color (decimal): -9891125 or 13308521. OLE color: 13308521.
HSL color Cylindrical-coordinate representation of color #6912CB: hue angle of 268.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6912CB is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 18 | 203 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.20 |
| HSL | 268.22º | 0.84% | 0.43% | - |
| HSV(B) | 268.22º | 0.91% | 0.8% | - |
| XYZ | 16.82 | 7.75 | 57.11 | - |
| YUV | 65.1 | 205.82 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 203 | 0.48 | 0.91 | 0 | 0.20 | 268.22 | 0.84 | 0.43 |
| Hex | 69 | 12 | CB | 30 | 5B | 0 | 14 | 10C | 54 | 2B |
| Octal | 151 | 22 | 313 | 60 | 133 | 0 | 24 | 414 | 124 | 53 |
| Binary | 1101001 | 10010 | 11001011 | 110000 | 1011011 | 0 | 10100 | 100001100 | 1010100 | 101011 |
Color Harmonies of #6912CB
Complementary color
Monochromatic Colors of #6912CB
Black with #6912CB
Text Example
Text Example
White with #6912CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6912CB; }
p { color: rgb(105,18,203); }
H1.HeaderClassName
{
color: #6912CB;
}
.AnyTagClassName
{
color: #6912CB;
}
</style>
background-color css
<style>
a { background-color: #6912CB; }
a { background-color: rgb(105,18,203); }
div.DivClassName
{
background-color: #6912CB;
}
.BgClassName
{
background-color: #6912CB;
}
</style>
border-color css
<style>
span { border-color: #6912CB; }
span { border-color: rgb(105,18,203); }
td.TdClassName
{
border-color: #6912CB;
}
.TagClassName
{
border-color: #6912CB;
}
</style>