Shades of Purple Heart #6641D0
Tints of Purple Heart #6641D0
RGB
CMYK
RGB Variations
Color information
#6641D0 (or 0x6641D0) is known color: Purple Heart. HEX triplet: 66, 41 and D0. RGB value is (102,65,208). Sum of RGB (Red+Green+Blue) = 102+65+208=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #6641D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641D0 is #99BE2F. Grayscale: #5B5B5B. Windows color (decimal): -10075696 or 13648230. OLE color: 13648230.
HSL color Cylindrical-coordinate representation of color #6641D0: hue angle of 255.52º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6641D0 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 65 | 208 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.18 |
| HSL | 255.52º | 0.6% | 0.54% | - |
| HSV(B) | 255.52º | 0.69% | 0.82% | - |
| XYZ | 18.75 | 11.16 | 60.84 | - |
| YUV | 92.37 | 193.26 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 208 | 0.51 | 0.69 | 0 | 0.18 | 255.52 | 0.6 | 0.54 |
| Hex | 66 | 41 | D0 | 33 | 45 | 0 | 12 | 100 | 3C | 36 |
| Octal | 146 | 101 | 320 | 63 | 105 | 0 | 22 | 400 | 74 | 66 |
| Binary | 1100110 | 1000001 | 11010000 | 110011 | 1000101 | 0 | 10010 | 100000000 | 111100 | 110110 |
Color Harmonies of #6641D0
Complementary color
Monochromatic Colors of #6641D0
Black with #6641D0
Text Example
Text Example
White with #6641D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6641D0; }
p { color: rgb(102,65,208); }
H1.HeaderClassName
{
color: #6641D0;
}
.AnyTagClassName
{
color: #6641D0;
}
</style>
background-color css
<style>
a { background-color: #6641D0; }
a { background-color: rgb(102,65,208); }
div.DivClassName
{
background-color: #6641D0;
}
.BgClassName
{
background-color: #6641D0;
}
</style>
border-color css
<style>
span { border-color: #6641D0; }
span { border-color: rgb(102,65,208); }
td.TdClassName
{
border-color: #6641D0;
}
.TagClassName
{
border-color: #6641D0;
}
</style>