Shades of Han Purple #632EFC
Tints of Han Purple #632EFC
RGB
CMYK
RGB Variations
Color information
#632EFC (or 0x632EFC) is known color: Han Purple. HEX triplet: 63, 2E and FC. RGB value is (99,46,252). Sum of RGB (Red+Green+Blue) = 99+46+252=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #632EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632EFC is #9CD103. Grayscale: #545454. Windows color (decimal): -10277124 or 16526947. OLE color: 16526947.
HSL color Cylindrical-coordinate representation of color #632EFC: hue angle of 255.44º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #632EFC is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 46 | 252 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.01 |
| HSL | 255.44º | 0.97% | 0.58% | - |
| HSV(B) | 255.44º | 0.82% | 0.99% | - |
| XYZ | 23.69 | 11.63 | 93.09 | - |
| YUV | 85.33 | 222.06 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 252 | 0.61 | 0.82 | 0 | 0.01 | 255.44 | 0.97 | 0.58 |
| Hex | 63 | 2E | FC | 3D | 52 | 0 | 1 | FF | 61 | 3A |
| Octal | 143 | 56 | 374 | 75 | 122 | 0 | 1 | 377 | 141 | 72 |
| Binary | 1100011 | 101110 | 11111100 | 111101 | 1010010 | 0 | 1 | 11111111 | 1100001 | 111010 |
Color Harmonies of #632EFC
Complementary color
Monochromatic Colors of #632EFC
Black with #632EFC
Text Example
Text Example
White with #632EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632EFC; }
p { color: rgb(99,46,252); }
H1.HeaderClassName
{
color: #632EFC;
}
.AnyTagClassName
{
color: #632EFC;
}
</style>
background-color css
<style>
a { background-color: #632EFC; }
a { background-color: rgb(99,46,252); }
div.DivClassName
{
background-color: #632EFC;
}
.BgClassName
{
background-color: #632EFC;
}
</style>
border-color css
<style>
span { border-color: #632EFC; }
span { border-color: rgb(99,46,252); }
td.TdClassName
{
border-color: #632EFC;
}
.TagClassName
{
border-color: #632EFC;
}
</style>