Shades of Purple Heart #6625CB
Tints of Purple Heart #6625CB
RGB
CMYK
RGB Variations
Color information
#6625CB (or 0x6625CB) is known color: Purple Heart. HEX triplet: 66, 25 and CB. RGB value is (102,37,203). Sum of RGB (Red+Green+Blue) = 102+37+203=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #6625CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6625CB is #99DA34. Grayscale: #4A4A4A. Windows color (decimal): -10082869 or 13313382. OLE color: 13313382.
HSL color Cylindrical-coordinate representation of color #6625CB: hue angle of 263.49º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6625CB is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 37 | 203 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.20 |
| HSL | 263.49º | 0.69% | 0.47% | - |
| HSV(B) | 263.49º | 0.82% | 0.8% | - |
| XYZ | 16.92 | 8.46 | 57.24 | - |
| YUV | 75.36 | 200.03 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 203 | 0.50 | 0.82 | 0 | 0.20 | 263.49 | 0.69 | 0.47 |
| Hex | 66 | 25 | CB | 32 | 52 | 0 | 14 | 107 | 45 | 2F |
| Octal | 146 | 45 | 313 | 62 | 122 | 0 | 24 | 407 | 105 | 57 |
| Binary | 1100110 | 100101 | 11001011 | 110010 | 1010010 | 0 | 10100 | 100000111 | 1000101 | 101111 |
Color Harmonies of #6625CB
Complementary color
Monochromatic Colors of #6625CB
Black with #6625CB
Text Example
Text Example
White with #6625CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6625CB; }
p { color: rgb(102,37,203); }
H1.HeaderClassName
{
color: #6625CB;
}
.AnyTagClassName
{
color: #6625CB;
}
</style>
background-color css
<style>
a { background-color: #6625CB; }
a { background-color: rgb(102,37,203); }
div.DivClassName
{
background-color: #6625CB;
}
.BgClassName
{
background-color: #6625CB;
}
</style>
border-color css
<style>
span { border-color: #6625CB; }
span { border-color: rgb(102,37,203); }
td.TdClassName
{
border-color: #6625CB;
}
.TagClassName
{
border-color: #6625CB;
}
</style>