Shades of Han Purple #632CFA
Tints of Han Purple #632CFA
RGB
CMYK
RGB Variations
Color information
#632CFA (or 0x632CFA) is known color: Han Purple. HEX triplet: 63, 2C and FA. RGB value is (99,44,250). Sum of RGB (Red+Green+Blue) = 99+44+250=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #632CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632CFA is #9CD305. Grayscale: #535353. Windows color (decimal): -10277638 or 16395363. OLE color: 16395363.
HSL color Cylindrical-coordinate representation of color #632CFA: hue angle of 256.02º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #632CFA is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 44 | 250 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.02 |
| HSL | 256.02º | 0.95% | 0.58% | - |
| HSV(B) | 256.02º | 0.82% | 0.98% | - |
| XYZ | 23.3 | 11.36 | 91.41 | - |
| YUV | 83.93 | 221.72 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 250 | 0.60 | 0.82 | 0 | 0.02 | 256.02 | 0.95 | 0.58 |
| Hex | 63 | 2C | FA | 3C | 52 | 0 | 2 | 100 | 5F | 3A |
| Octal | 143 | 54 | 372 | 74 | 122 | 0 | 2 | 400 | 137 | 72 |
| Binary | 1100011 | 101100 | 11111010 | 111100 | 1010010 | 0 | 10 | 100000000 | 1011111 | 111010 |
Color Harmonies of #632CFA
Complementary color
Monochromatic Colors of #632CFA
Black with #632CFA
Text Example
Text Example
White with #632CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632CFA; }
p { color: rgb(99,44,250); }
H1.HeaderClassName
{
color: #632CFA;
}
.AnyTagClassName
{
color: #632CFA;
}
</style>
background-color css
<style>
a { background-color: #632CFA; }
a { background-color: rgb(99,44,250); }
div.DivClassName
{
background-color: #632CFA;
}
.BgClassName
{
background-color: #632CFA;
}
</style>
border-color css
<style>
span { border-color: #632CFA; }
span { border-color: rgb(99,44,250); }
td.TdClassName
{
border-color: #632CFA;
}
.TagClassName
{
border-color: #632CFA;
}
</style>