Shades of Purple Heart #633DB4
Tints of Purple Heart #633DB4
RGB
CMYK
RGB Variations
Color information
#633DB4 (or 0x633DB4) is known color: Purple Heart. HEX triplet: 63, 3D and B4. RGB value is (99,61,180). Sum of RGB (Red+Green+Blue) = 99+61+180=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #633DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633DB4 is #9CC24B. Grayscale: #555555. Windows color (decimal): -10273356 or 11812195. OLE color: 11812195.
HSL color Cylindrical-coordinate representation of color #633DB4: hue angle of 259.16º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #633DB4 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 61 | 180 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.29 |
| HSL | 259.16º | 0.49% | 0.47% | - |
| HSV(B) | 259.16º | 0.66% | 0.71% | - |
| XYZ | 15.05 | 9.29 | 44.18 | - |
| YUV | 85.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 180 | 0.45 | 0.66 | 0 | 0.29 | 259.16 | 0.49 | 0.47 |
| Hex | 63 | 3D | B4 | 2D | 42 | 0 | 1D | 103 | 31 | 2F |
| Octal | 143 | 75 | 264 | 55 | 102 | 0 | 35 | 403 | 61 | 57 |
| Binary | 1100011 | 111101 | 10110100 | 101101 | 1000010 | 0 | 11101 | 100000011 | 110001 | 101111 |
Color Harmonies of #633DB4
Complementary color
Monochromatic Colors of #633DB4
Black with #633DB4
Text Example
Text Example
White with #633DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633DB4; }
p { color: rgb(99,61,180); }
H1.HeaderClassName
{
color: #633DB4;
}
.AnyTagClassName
{
color: #633DB4;
}
</style>
background-color css
<style>
a { background-color: #633DB4; }
a { background-color: rgb(99,61,180); }
div.DivClassName
{
background-color: #633DB4;
}
.BgClassName
{
background-color: #633DB4;
}
</style>
border-color css
<style>
span { border-color: #633DB4; }
span { border-color: rgb(99,61,180); }
td.TdClassName
{
border-color: #633DB4;
}
.TagClassName
{
border-color: #633DB4;
}
</style>