Shades of Purple Heart #633DDA
Tints of Purple Heart #633DDA
RGB
CMYK
RGB Variations
Color information
#633DDA (or 0x633DDA) is known color: Purple Heart. HEX triplet: 63, 3D and DA. RGB value is (99,61,218). Sum of RGB (Red+Green+Blue) = 99+61+218=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #633DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633DDA is #9CC225. Grayscale: #595959. Windows color (decimal): -10273318 or 14302563. OLE color: 14302563.
HSL color Cylindrical-coordinate representation of color #633DDA: hue angle of 254.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #633DDA is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 61 | 218 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.15 |
| HSL | 254.52º | 0.68% | 0.55% | - |
| HSV(B) | 254.52º | 0.72% | 0.85% | - |
| XYZ | 19.47 | 11.05 | 67.44 | - |
| YUV | 90.26 | 200.09 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 218 | 0.55 | 0.72 | 0 | 0.15 | 254.52 | 0.68 | 0.55 |
| Hex | 63 | 3D | DA | 37 | 48 | 0 | F | FF | 44 | 37 |
| Octal | 143 | 75 | 332 | 67 | 110 | 0 | 17 | 377 | 104 | 67 |
| Binary | 1100011 | 111101 | 11011010 | 110111 | 1001000 | 0 | 1111 | 11111111 | 1000100 | 110111 |
Color Harmonies of #633DDA
Complementary color
Monochromatic Colors of #633DDA
Black with #633DDA
Text Example
Text Example
White with #633DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633DDA; }
p { color: rgb(99,61,218); }
H1.HeaderClassName
{
color: #633DDA;
}
.AnyTagClassName
{
color: #633DDA;
}
</style>
background-color css
<style>
a { background-color: #633DDA; }
a { background-color: rgb(99,61,218); }
div.DivClassName
{
background-color: #633DDA;
}
.BgClassName
{
background-color: #633DDA;
}
</style>
border-color css
<style>
span { border-color: #633DDA; }
span { border-color: rgb(99,61,218); }
td.TdClassName
{
border-color: #633DDA;
}
.TagClassName
{
border-color: #633DDA;
}
</style>