Shades of Han Purple #462EFD
Tints of Han Purple #462EFD
RGB
CMYK
RGB Variations
Color information
#462EFD (or 0x462EFD) is known color: Han Purple. HEX triplet: 46, 2E and FD. RGB value is (70,46,253). Sum of RGB (Red+Green+Blue) = 70+46+253=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #462EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462EFD is #B9D102. Grayscale: #4B4B4B. Windows color (decimal): -12177667 or 16592454. OLE color: 16592454.
HSL color Cylindrical-coordinate representation of color #462EFD: hue angle of 246.96º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #462EFD is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 46 | 253 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.01 |
| HSL | 246.96º | 0.98% | 0.59% | - |
| HSV(B) | 246.96º | 0.82% | 0.99% | - |
| XYZ | 21.23 | 10.35 | 93.81 | - |
| YUV | 76.77 | 227.45 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 253 | 0.72 | 0.82 | 0 | 0.01 | 246.96 | 0.98 | 0.59 |
| Hex | 46 | 2E | FD | 48 | 52 | 0 | 1 | F7 | 62 | 3B |
| Octal | 106 | 56 | 375 | 110 | 122 | 0 | 1 | 367 | 142 | 73 |
| Binary | 1000110 | 101110 | 11111101 | 1001000 | 1010010 | 0 | 1 | 11110111 | 1100010 | 111011 |
Color Harmonies of #462EFD
Complementary color
Monochromatic Colors of #462EFD
Black with #462EFD
Text Example
Text Example
White with #462EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462EFD; }
p { color: rgb(70,46,253); }
H1.HeaderClassName
{
color: #462EFD;
}
.AnyTagClassName
{
color: #462EFD;
}
</style>
background-color css
<style>
a { background-color: #462EFD; }
a { background-color: rgb(70,46,253); }
div.DivClassName
{
background-color: #462EFD;
}
.BgClassName
{
background-color: #462EFD;
}
</style>
border-color css
<style>
span { border-color: #462EFD; }
span { border-color: rgb(70,46,253); }
td.TdClassName
{
border-color: #462EFD;
}
.TagClassName
{
border-color: #462EFD;
}
</style>