Shades of Han Purple #632FEA
Tints of Han Purple #632FEA
RGB
CMYK
RGB Variations
Color information
#632FEA (or 0x632FEA) is known color: Han Purple. HEX triplet: 63, 2F and EA. RGB value is (99,47,234). Sum of RGB (Red+Green+Blue) = 99+47+234=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #632FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632FEA is #9CD015. Grayscale: #535353. Windows color (decimal): -10276886 or 15347555. OLE color: 15347555.
HSL color Cylindrical-coordinate representation of color #632FEA: hue angle of 256.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632FEA is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 47 | 234 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.08 |
| HSL | 256.68º | 0.82% | 0.55% | - |
| HSV(B) | 256.68º | 0.8% | 0.92% | - |
| XYZ | 21.01 | 10.63 | 78.79 | - |
| YUV | 83.87 | 212.73 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 234 | 0.58 | 0.80 | 0 | 0.08 | 256.68 | 0.82 | 0.55 |
| Hex | 63 | 2F | EA | 3A | 50 | 0 | 8 | 101 | 52 | 37 |
| Octal | 143 | 57 | 352 | 72 | 120 | 0 | 10 | 401 | 122 | 67 |
| Binary | 1100011 | 101111 | 11101010 | 111010 | 1010000 | 0 | 1000 | 100000001 | 1010010 | 110111 |
Color Harmonies of #632FEA
Complementary color
Monochromatic Colors of #632FEA
Black with #632FEA
Text Example
Text Example
White with #632FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FEA; }
p { color: rgb(99,47,234); }
H1.HeaderClassName
{
color: #632FEA;
}
.AnyTagClassName
{
color: #632FEA;
}
</style>
background-color css
<style>
a { background-color: #632FEA; }
a { background-color: rgb(99,47,234); }
div.DivClassName
{
background-color: #632FEA;
}
.BgClassName
{
background-color: #632FEA;
}
</style>
border-color css
<style>
span { border-color: #632FEA; }
span { border-color: rgb(99,47,234); }
td.TdClassName
{
border-color: #632FEA;
}
.TagClassName
{
border-color: #632FEA;
}
</style>