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