Shades of Han Purple #462CEE
Tints of Han Purple #462CEE
RGB
CMYK
RGB Variations
Color information
#462CEE (or 0x462CEE) is known color: Han Purple. HEX triplet: 46, 2C and EE. RGB value is (70,44,238). Sum of RGB (Red+Green+Blue) = 70+44+238=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #462CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462CEE is #B9D311. Grayscale: #494949. Windows color (decimal): -12178194 or 15608902. OLE color: 15608902.
HSL color Cylindrical-coordinate representation of color #462CEE: hue angle of 248.04º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #462CEE is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 44 | 238 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.07 |
| HSL | 248.04º | 0.85% | 0.55% | - |
| HSV(B) | 248.04º | 0.82% | 0.93% | - |
| XYZ | 18.86 | 9.28 | 81.69 | - |
| YUV | 73.89 | 220.61 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 238 | 0.71 | 0.82 | 0 | 0.07 | 248.04 | 0.85 | 0.55 |
| Hex | 46 | 2C | EE | 47 | 52 | 0 | 7 | F8 | 55 | 37 |
| Octal | 106 | 54 | 356 | 107 | 122 | 0 | 7 | 370 | 125 | 67 |
| Binary | 1000110 | 101100 | 11101110 | 1000111 | 1010010 | 0 | 111 | 11111000 | 1010101 | 110111 |
Color Harmonies of #462CEE
Complementary color
Monochromatic Colors of #462CEE
Black with #462CEE
Text Example
Text Example
White with #462CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462CEE; }
p { color: rgb(70,44,238); }
H1.HeaderClassName
{
color: #462CEE;
}
.AnyTagClassName
{
color: #462CEE;
}
</style>
background-color css
<style>
a { background-color: #462CEE; }
a { background-color: rgb(70,44,238); }
div.DivClassName
{
background-color: #462CEE;
}
.BgClassName
{
background-color: #462CEE;
}
</style>
border-color css
<style>
span { border-color: #462CEE; }
span { border-color: rgb(70,44,238); }
td.TdClassName
{
border-color: #462CEE;
}
.TagClassName
{
border-color: #462CEE;
}
</style>