Shades of Purple Heart #633BCF
Tints of Purple Heart #633BCF
RGB
CMYK
RGB Variations
Color information
#633BCF (or 0x633BCF) is known color: Purple Heart. HEX triplet: 63, 3B and CF. RGB value is (99,59,207). Sum of RGB (Red+Green+Blue) = 99+59+207=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #633BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633BCF is #9CC430. Grayscale: #575757. Windows color (decimal): -10273841 or 13581155. OLE color: 13581155.
HSL color Cylindrical-coordinate representation of color #633BCF: hue angle of 256.22º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #633BCF is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 59 | 207 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.19 |
| HSL | 256.22º | 0.61% | 0.52% | - |
| HSV(B) | 256.22º | 0.71% | 0.81% | - |
| XYZ | 17.97 | 10.29 | 60.07 | - |
| YUV | 87.83 | 195.25 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 207 | 0.52 | 0.71 | 0 | 0.19 | 256.22 | 0.61 | 0.52 |
| Hex | 63 | 3B | CF | 34 | 47 | 0 | 13 | 100 | 3D | 34 |
| Octal | 143 | 73 | 317 | 64 | 107 | 0 | 23 | 400 | 75 | 64 |
| Binary | 1100011 | 111011 | 11001111 | 110100 | 1000111 | 0 | 10011 | 100000000 | 111101 | 110100 |
Color Harmonies of #633BCF
Complementary color
Monochromatic Colors of #633BCF
Black with #633BCF
Text Example
Text Example
White with #633BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633BCF; }
p { color: rgb(99,59,207); }
H1.HeaderClassName
{
color: #633BCF;
}
.AnyTagClassName
{
color: #633BCF;
}
</style>
background-color css
<style>
a { background-color: #633BCF; }
a { background-color: rgb(99,59,207); }
div.DivClassName
{
background-color: #633BCF;
}
.BgClassName
{
background-color: #633BCF;
}
</style>
border-color css
<style>
span { border-color: #633BCF; }
span { border-color: rgb(99,59,207); }
td.TdClassName
{
border-color: #633BCF;
}
.TagClassName
{
border-color: #633BCF;
}
</style>