Shades of Purple Heart #633AD2
Tints of Purple Heart #633AD2
RGB
CMYK
RGB Variations
Color information
#633AD2 (or 0x633AD2) is known color: Purple Heart. HEX triplet: 63, 3A and D2. RGB value is (99,58,210). Sum of RGB (Red+Green+Blue) = 99+58+210=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 210 (82.42% from 255 or 57.22% from 367); Max value from RGB is 210 - color contains mainly: blue. Hex color #633AD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633AD2 is #9CC52D. Grayscale: #575757. Windows color (decimal): -10274094 or 13777507. OLE color: 13777507.
HSL color Cylindrical-coordinate representation of color #633AD2: hue angle of 256.18º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #633AD2 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 58 | 210 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.18 |
| HSL | 256.18º | 0.63% | 0.53% | - |
| HSV(B) | 256.18º | 0.72% | 0.82% | - |
| XYZ | 18.29 | 10.33 | 62 | - |
| YUV | 87.59 | 197.08 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 210 | 0.53 | 0.72 | 0 | 0.18 | 256.18 | 0.63 | 0.53 |
| Hex | 63 | 3A | D2 | 35 | 48 | 0 | 12 | 100 | 3F | 35 |
| Octal | 143 | 72 | 322 | 65 | 110 | 0 | 22 | 400 | 77 | 65 |
| Binary | 1100011 | 111010 | 11010010 | 110101 | 1001000 | 0 | 10010 | 100000000 | 111111 | 110101 |
Color Harmonies of #633AD2
Complementary color
Monochromatic Colors of #633AD2
Black with #633AD2
Text Example
Text Example
White with #633AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633AD2; }
p { color: rgb(99,58,210); }
H1.HeaderClassName
{
color: #633AD2;
}
.AnyTagClassName
{
color: #633AD2;
}
</style>
background-color css
<style>
a { background-color: #633AD2; }
a { background-color: rgb(99,58,210); }
div.DivClassName
{
background-color: #633AD2;
}
.BgClassName
{
background-color: #633AD2;
}
</style>
border-color css
<style>
span { border-color: #633AD2; }
span { border-color: rgb(99,58,210); }
td.TdClassName
{
border-color: #633AD2;
}
.TagClassName
{
border-color: #633AD2;
}
</style>