Shades of Purple Heart #633ABC
Tints of Purple Heart #633ABC
RGB
CMYK
RGB Variations
Color information
#633ABC (or 0x633ABC) is known color: Purple Heart. HEX triplet: 63, 3A and BC. RGB value is (99,58,188). Sum of RGB (Red+Green+Blue) = 99+58+188=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #633ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633ABC is #9CC543. Grayscale: #545454. Windows color (decimal): -10274116 or 12335715. OLE color: 12335715.
HSL color Cylindrical-coordinate representation of color #633ABC: hue angle of 258.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #633ABC is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 58 | 188 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.26 |
| HSL | 258.92º | 0.53% | 0.48% | - |
| HSV(B) | 258.92º | 0.69% | 0.74% | - |
| XYZ | 15.74 | 9.31 | 48.54 | - |
| YUV | 85.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 188 | 0.47 | 0.69 | 0 | 0.26 | 258.92 | 0.53 | 0.48 |
| Hex | 63 | 3A | BC | 2F | 45 | 0 | 1A | 103 | 35 | 30 |
| Octal | 143 | 72 | 274 | 57 | 105 | 0 | 32 | 403 | 65 | 60 |
| Binary | 1100011 | 111010 | 10111100 | 101111 | 1000101 | 0 | 11010 | 100000011 | 110101 | 110000 |
Color Harmonies of #633ABC
Complementary color
Monochromatic Colors of #633ABC
Black with #633ABC
Text Example
Text Example
White with #633ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633ABC; }
p { color: rgb(99,58,188); }
H1.HeaderClassName
{
color: #633ABC;
}
.AnyTagClassName
{
color: #633ABC;
}
</style>
background-color css
<style>
a { background-color: #633ABC; }
a { background-color: rgb(99,58,188); }
div.DivClassName
{
background-color: #633ABC;
}
.BgClassName
{
background-color: #633ABC;
}
</style>
border-color css
<style>
span { border-color: #633ABC; }
span { border-color: rgb(99,58,188); }
td.TdClassName
{
border-color: #633ABC;
}
.TagClassName
{
border-color: #633ABC;
}
</style>