Shades of Purple Heart #6741CE
Tints of Purple Heart #6741CE
RGB
CMYK
RGB Variations
Color information
#6741CE (or 0x6741CE) is known color: Purple Heart. HEX triplet: 67, 41 and CE. RGB value is (103,65,206). Sum of RGB (Red+Green+Blue) = 103+65+206=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #6741CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6741CE is #98BE31. Grayscale: #5B5B5B. Windows color (decimal): -10010162 or 13517159. OLE color: 13517159.
HSL color Cylindrical-coordinate representation of color #6741CE: hue angle of 256.17º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6741CE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 65 | 206 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.19 |
| HSL | 256.17º | 0.59% | 0.53% | - |
| HSV(B) | 256.17º | 0.68% | 0.81% | - |
| XYZ | 18.62 | 11.12 | 59.56 | - |
| YUV | 92.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 206 | 0.50 | 0.68 | 0 | 0.19 | 256.17 | 0.59 | 0.53 |
| Hex | 67 | 41 | CE | 32 | 44 | 0 | 13 | 100 | 3B | 35 |
| Octal | 147 | 101 | 316 | 62 | 104 | 0 | 23 | 400 | 73 | 65 |
| Binary | 1100111 | 1000001 | 11001110 | 110010 | 1000100 | 0 | 10011 | 100000000 | 111011 | 110101 |
Color Harmonies of #6741CE
Complementary color
Monochromatic Colors of #6741CE
Black with #6741CE
Text Example
Text Example
White with #6741CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6741CE; }
p { color: rgb(103,65,206); }
H1.HeaderClassName
{
color: #6741CE;
}
.AnyTagClassName
{
color: #6741CE;
}
</style>
background-color css
<style>
a { background-color: #6741CE; }
a { background-color: rgb(103,65,206); }
div.DivClassName
{
background-color: #6741CE;
}
.BgClassName
{
background-color: #6741CE;
}
</style>
border-color css
<style>
span { border-color: #6741CE; }
span { border-color: rgb(103,65,206); }
td.TdClassName
{
border-color: #6741CE;
}
.TagClassName
{
border-color: #6741CE;
}
</style>