Shades of Purple Heart #633CB3
Tints of Purple Heart #633CB3
RGB
CMYK
RGB Variations
Color information
#633CB3 (or 0x633CB3) is known color: Purple Heart. HEX triplet: 63, 3C and B3. RGB value is (99,60,179). Sum of RGB (Red+Green+Blue) = 99+60+179=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #633CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633CB3 is #9CC34C. Grayscale: #545454. Windows color (decimal): -10273613 or 11746403. OLE color: 11746403.
HSL color Cylindrical-coordinate representation of color #633CB3: hue angle of 259.66º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #633CB3 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 60 | 179 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.30 |
| HSL | 259.66º | 0.5% | 0.47% | - |
| HSV(B) | 259.66º | 0.66% | 0.7% | - |
| XYZ | 14.9 | 9.14 | 43.63 | - |
| YUV | 85.23 | 180.92 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 179 | 0.45 | 0.66 | 0 | 0.30 | 259.66 | 0.5 | 0.47 |
| Hex | 63 | 3C | B3 | 2D | 42 | 0 | 1E | 104 | 32 | 2F |
| Octal | 143 | 74 | 263 | 55 | 102 | 0 | 36 | 404 | 62 | 57 |
| Binary | 1100011 | 111100 | 10110011 | 101101 | 1000010 | 0 | 11110 | 100000100 | 110010 | 101111 |
Color Harmonies of #633CB3
Complementary color
Monochromatic Colors of #633CB3
Black with #633CB3
Text Example
Text Example
White with #633CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633CB3; }
p { color: rgb(99,60,179); }
H1.HeaderClassName
{
color: #633CB3;
}
.AnyTagClassName
{
color: #633CB3;
}
</style>
background-color css
<style>
a { background-color: #633CB3; }
a { background-color: rgb(99,60,179); }
div.DivClassName
{
background-color: #633CB3;
}
.BgClassName
{
background-color: #633CB3;
}
</style>
border-color css
<style>
span { border-color: #633CB3; }
span { border-color: rgb(99,60,179); }
td.TdClassName
{
border-color: #633CB3;
}
.TagClassName
{
border-color: #633CB3;
}
</style>