Shades of Purple Heart #6927C1
Tints of Purple Heart #6927C1
RGB
CMYK
RGB Variations
Color information
#6927C1 (or 0x6927C1) is known color: Purple Heart. HEX triplet: 69, 27 and C1. RGB value is (105,39,193). Sum of RGB (Red+Green+Blue) = 105+39+193=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #6927C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6927C1 is #96D83E. Grayscale: #4B4B4B. Windows color (decimal): -9885759 or 12658537. OLE color: 12658537.
HSL color Cylindrical-coordinate representation of color #6927C1: hue angle of 265.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6927C1 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 39 | 193 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.24 |
| HSL | 265.71º | 0.66% | 0.45% | - |
| HSV(B) | 265.71º | 0.8% | 0.76% | - |
| XYZ | 16.18 | 8.3 | 51.2 | - |
| YUV | 76.29 | 193.87 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 39 | 193 | 0.46 | 0.80 | 0 | 0.24 | 265.71 | 0.66 | 0.45 |
| Hex | 69 | 27 | C1 | 2E | 50 | 0 | 18 | 10A | 42 | 2D |
| Octal | 151 | 47 | 301 | 56 | 120 | 0 | 30 | 412 | 102 | 55 |
| Binary | 1101001 | 100111 | 11000001 | 101110 | 1010000 | 0 | 11000 | 100001010 | 1000010 | 101101 |
Color Harmonies of #6927C1
Complementary color
Monochromatic Colors of #6927C1
Black with #6927C1
Text Example
Text Example
White with #6927C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6927C1; }
p { color: rgb(105,39,193); }
H1.HeaderClassName
{
color: #6927C1;
}
.AnyTagClassName
{
color: #6927C1;
}
</style>
background-color css
<style>
a { background-color: #6927C1; }
a { background-color: rgb(105,39,193); }
div.DivClassName
{
background-color: #6927C1;
}
.BgClassName
{
background-color: #6927C1;
}
</style>
border-color css
<style>
span { border-color: #6927C1; }
span { border-color: rgb(105,39,193); }
td.TdClassName
{
border-color: #6927C1;
}
.TagClassName
{
border-color: #6927C1;
}
</style>