Shades of Purple Heart #633DDC
Tints of Purple Heart #633DDC
RGB
CMYK
RGB Variations
Color information
#633DDC (or 0x633DDC) is known color: Purple Heart. HEX triplet: 63, 3D and DC. RGB value is (99,61,220). Sum of RGB (Red+Green+Blue) = 99+61+220=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #633DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633DDC is #9CC223. Grayscale: #595959. Windows color (decimal): -10273316 or 14433635. OLE color: 14433635.
HSL color Cylindrical-coordinate representation of color #633DDC: hue angle of 254.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #633DDC is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 61 | 220 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.14 |
| HSL | 254.34º | 0.69% | 0.55% | - |
| HSV(B) | 254.34º | 0.72% | 0.86% | - |
| XYZ | 19.73 | 11.16 | 68.82 | - |
| YUV | 90.49 | 201.09 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 220 | 0.55 | 0.72 | 0 | 0.14 | 254.34 | 0.69 | 0.55 |
| Hex | 63 | 3D | DC | 37 | 48 | 0 | E | FE | 45 | 37 |
| Octal | 143 | 75 | 334 | 67 | 110 | 0 | 16 | 376 | 105 | 67 |
| Binary | 1100011 | 111101 | 11011100 | 110111 | 1001000 | 0 | 1110 | 11111110 | 1000101 | 110111 |
Color Harmonies of #633DDC
Complementary color
Monochromatic Colors of #633DDC
Black with #633DDC
Text Example
Text Example
White with #633DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633DDC; }
p { color: rgb(99,61,220); }
H1.HeaderClassName
{
color: #633DDC;
}
.AnyTagClassName
{
color: #633DDC;
}
</style>
background-color css
<style>
a { background-color: #633DDC; }
a { background-color: rgb(99,61,220); }
div.DivClassName
{
background-color: #633DDC;
}
.BgClassName
{
background-color: #633DDC;
}
</style>
border-color css
<style>
span { border-color: #633DDC; }
span { border-color: rgb(99,61,220); }
td.TdClassName
{
border-color: #633DDC;
}
.TagClassName
{
border-color: #633DDC;
}
</style>