Shades of Purple Heart #6926C0
Tints of Purple Heart #6926C0
RGB
CMYK
RGB Variations
Color information
#6926C0 (or 0x6926C0) is known color: Purple Heart. HEX triplet: 69, 26 and C0. RGB value is (105,38,192). Sum of RGB (Red+Green+Blue) = 105+38+192=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #6926C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6926C0 is #96D93F. Grayscale: #4B4B4B. Windows color (decimal): -9886016 or 12592745. OLE color: 12592745.
HSL color Cylindrical-coordinate representation of color #6926C0: hue angle of 266.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6926C0 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 38 | 192 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.25 |
| HSL | 266.1º | 0.67% | 0.45% | - |
| HSV(B) | 266.1º | 0.8% | 0.75% | - |
| XYZ | 16.03 | 8.2 | 50.61 | - |
| YUV | 75.59 | 193.7 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 192 | 0.45 | 0.80 | 0 | 0.25 | 266.1 | 0.67 | 0.45 |
| Hex | 69 | 26 | C0 | 2D | 50 | 0 | 19 | 10A | 43 | 2D |
| Octal | 151 | 46 | 300 | 55 | 120 | 0 | 31 | 412 | 103 | 55 |
| Binary | 1101001 | 100110 | 11000000 | 101101 | 1010000 | 0 | 11001 | 100001010 | 1000011 | 101101 |
Color Harmonies of #6926C0
Complementary color
Monochromatic Colors of #6926C0
Black with #6926C0
Text Example
Text Example
White with #6926C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6926C0; }
p { color: rgb(105,38,192); }
H1.HeaderClassName
{
color: #6926C0;
}
.AnyTagClassName
{
color: #6926C0;
}
</style>
background-color css
<style>
a { background-color: #6926C0; }
a { background-color: rgb(105,38,192); }
div.DivClassName
{
background-color: #6926C0;
}
.BgClassName
{
background-color: #6926C0;
}
</style>
border-color css
<style>
span { border-color: #6926C0; }
span { border-color: rgb(105,38,192); }
td.TdClassName
{
border-color: #6926C0;
}
.TagClassName
{
border-color: #6926C0;
}
</style>