Shades of Purple Heart #6625D0
Tints of Purple Heart #6625D0
RGB
CMYK
RGB Variations
Color information
#6625D0 (or 0x6625D0) is known color: Purple Heart. HEX triplet: 66, 25 and D0. RGB value is (102,37,208). Sum of RGB (Red+Green+Blue) = 102+37+208=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #6625D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6625D0 is #99DA2F. Grayscale: #4B4B4B. Windows color (decimal): -10082864 or 13641062. OLE color: 13641062.
HSL color Cylindrical-coordinate representation of color #6625D0: hue angle of 262.81º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6625D0 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 37 | 208 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.18 |
| HSL | 262.81º | 0.7% | 0.48% | - |
| HSV(B) | 262.81º | 0.82% | 0.82% | - |
| XYZ | 17.53 | 8.7 | 60.43 | - |
| YUV | 75.93 | 202.53 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 208 | 0.51 | 0.82 | 0 | 0.18 | 262.81 | 0.7 | 0.48 |
| Hex | 66 | 25 | D0 | 33 | 52 | 0 | 12 | 107 | 46 | 30 |
| Octal | 146 | 45 | 320 | 63 | 122 | 0 | 22 | 407 | 106 | 60 |
| Binary | 1100110 | 100101 | 11010000 | 110011 | 1010010 | 0 | 10010 | 100000111 | 1000110 | 110000 |
Color Harmonies of #6625D0
Complementary color
Monochromatic Colors of #6625D0
Black with #6625D0
Text Example
Text Example
White with #6625D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6625D0; }
p { color: rgb(102,37,208); }
H1.HeaderClassName
{
color: #6625D0;
}
.AnyTagClassName
{
color: #6625D0;
}
</style>
background-color css
<style>
a { background-color: #6625D0; }
a { background-color: rgb(102,37,208); }
div.DivClassName
{
background-color: #6625D0;
}
.BgClassName
{
background-color: #6625D0;
}
</style>
border-color css
<style>
span { border-color: #6625D0; }
span { border-color: rgb(102,37,208); }
td.TdClassName
{
border-color: #6625D0;
}
.TagClassName
{
border-color: #6625D0;
}
</style>