Shades of Purple Heart #6635CB
Tints of Purple Heart #6635CB
RGB
CMYK
RGB Variations
Color information
#6635CB (or 0x6635CB) is known color: Purple Heart. HEX triplet: 66, 35 and CB. RGB value is (102,53,203). Sum of RGB (Red+Green+Blue) = 102+53+203=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #6635CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6635CB is #99CA34. Grayscale: #545454. Windows color (decimal): -10078773 or 13317478. OLE color: 13317478.
HSL color Cylindrical-coordinate representation of color #6635CB: hue angle of 259.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6635CB is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 53 | 203 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.20 |
| HSL | 259.6º | 0.59% | 0.5% | - |
| HSV(B) | 259.6º | 0.74% | 0.8% | - |
| XYZ | 17.53 | 9.68 | 57.44 | - |
| YUV | 84.75 | 194.73 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 203 | 0.50 | 0.74 | 0 | 0.20 | 259.6 | 0.59 | 0.5 |
| Hex | 66 | 35 | CB | 32 | 4A | 0 | 14 | 104 | 3B | 32 |
| Octal | 146 | 65 | 313 | 62 | 112 | 0 | 24 | 404 | 73 | 62 |
| Binary | 1100110 | 110101 | 11001011 | 110010 | 1001010 | 0 | 10100 | 100000100 | 111011 | 110010 |
Color Harmonies of #6635CB
Complementary color
Monochromatic Colors of #6635CB
Black with #6635CB
Text Example
Text Example
White with #6635CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6635CB; }
p { color: rgb(102,53,203); }
H1.HeaderClassName
{
color: #6635CB;
}
.AnyTagClassName
{
color: #6635CB;
}
</style>
background-color css
<style>
a { background-color: #6635CB; }
a { background-color: rgb(102,53,203); }
div.DivClassName
{
background-color: #6635CB;
}
.BgClassName
{
background-color: #6635CB;
}
</style>
border-color css
<style>
span { border-color: #6635CB; }
span { border-color: rgb(102,53,203); }
td.TdClassName
{
border-color: #6635CB;
}
.TagClassName
{
border-color: #6635CB;
}
</style>