Shades of Han Purple #462EFC
Tints of Han Purple #462EFC
RGB
CMYK
RGB Variations
Color information
#462EFC (or 0x462EFC) is known color: Han Purple. HEX triplet: 46, 2E and FC. RGB value is (70,46,252). Sum of RGB (Red+Green+Blue) = 70+46+252=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #462EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462EFC is #B9D103. Grayscale: #4B4B4B. Windows color (decimal): -12177668 or 16526918. OLE color: 16526918.
HSL color Cylindrical-coordinate representation of color #462EFC: hue angle of 246.99º 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 #462EFC is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 46 | 252 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.01 |
| HSL | 246.99º | 0.97% | 0.58% | - |
| HSV(B) | 246.99º | 0.82% | 0.99% | - |
| XYZ | 21.07 | 10.28 | 92.97 | - |
| YUV | 76.66 | 226.95 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 252 | 0.72 | 0.82 | 0 | 0.01 | 246.99 | 0.97 | 0.58 |
| Hex | 46 | 2E | FC | 48 | 52 | 0 | 1 | F7 | 61 | 3A |
| Octal | 106 | 56 | 374 | 110 | 122 | 0 | 1 | 367 | 141 | 72 |
| Binary | 1000110 | 101110 | 11111100 | 1001000 | 1010010 | 0 | 1 | 11110111 | 1100001 | 111010 |
Color Harmonies of #462EFC
Complementary color
Monochromatic Colors of #462EFC
Black with #462EFC
Text Example
Text Example
White with #462EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462EFC; }
p { color: rgb(70,46,252); }
H1.HeaderClassName
{
color: #462EFC;
}
.AnyTagClassName
{
color: #462EFC;
}
</style>
background-color css
<style>
a { background-color: #462EFC; }
a { background-color: rgb(70,46,252); }
div.DivClassName
{
background-color: #462EFC;
}
.BgClassName
{
background-color: #462EFC;
}
</style>
border-color css
<style>
span { border-color: #462EFC; }
span { border-color: rgb(70,46,252); }
td.TdClassName
{
border-color: #462EFC;
}
.TagClassName
{
border-color: #462EFC;
}
</style>