Shades of Purple Heart #6638D0
Tints of Purple Heart #6638D0
RGB
CMYK
RGB Variations
Color information
#6638D0 (or 0x6638D0) is known color: Purple Heart. HEX triplet: 66, 38 and D0. RGB value is (102,56,208). Sum of RGB (Red+Green+Blue) = 102+56+208=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 208 (81.64% from 255 or 56.83% from 366); Max value from RGB is 208 - color contains mainly: blue. Hex color #6638D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6638D0 is #99C72F. Grayscale: #565656. Windows color (decimal): -10078000 or 13645926. OLE color: 13645926.
HSL color Cylindrical-coordinate representation of color #6638D0: hue angle of 258.16º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6638D0 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 56 | 208 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.18 |
| HSL | 258.16º | 0.62% | 0.52% | - |
| HSV(B) | 258.16º | 0.73% | 0.82% | - |
| XYZ | 18.28 | 10.21 | 60.68 | - |
| YUV | 87.08 | 196.24 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 208 | 0.51 | 0.73 | 0 | 0.18 | 258.16 | 0.62 | 0.52 |
| Hex | 66 | 38 | D0 | 33 | 49 | 0 | 12 | 102 | 3E | 34 |
| Octal | 146 | 70 | 320 | 63 | 111 | 0 | 22 | 402 | 76 | 64 |
| Binary | 1100110 | 111000 | 11010000 | 110011 | 1001001 | 0 | 10010 | 100000010 | 111110 | 110100 |
Color Harmonies of #6638D0
Complementary color
Monochromatic Colors of #6638D0
Black with #6638D0
Text Example
Text Example
White with #6638D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6638D0; }
p { color: rgb(102,56,208); }
H1.HeaderClassName
{
color: #6638D0;
}
.AnyTagClassName
{
color: #6638D0;
}
</style>
background-color css
<style>
a { background-color: #6638D0; }
a { background-color: rgb(102,56,208); }
div.DivClassName
{
background-color: #6638D0;
}
.BgClassName
{
background-color: #6638D0;
}
</style>
border-color css
<style>
span { border-color: #6638D0; }
span { border-color: rgb(102,56,208); }
td.TdClassName
{
border-color: #6638D0;
}
.TagClassName
{
border-color: #6638D0;
}
</style>