Shades of Han Purple #462FFD
Tints of Han Purple #462FFD
RGB
CMYK
RGB Variations
Color information
#462FFD (or 0x462FFD) is known color: Han Purple. HEX triplet: 46, 2F and FD. RGB value is (70,47,253). Sum of RGB (Red+Green+Blue) = 70+47+253=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #462FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FFD is #B9D002. Grayscale: #4C4C4C. Windows color (decimal): -12177411 or 16592710. OLE color: 16592710.
HSL color Cylindrical-coordinate representation of color #462FFD: hue angle of 246.7º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462FFD is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 47 | 253 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.01 |
| HSL | 246.7º | 0.98% | 0.59% | - |
| HSV(B) | 246.7º | 0.81% | 0.99% | - |
| XYZ | 21.27 | 10.43 | 93.82 | - |
| YUV | 77.36 | 227.12 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 253 | 0.72 | 0.81 | 0 | 0.01 | 246.7 | 0.98 | 0.59 |
| Hex | 46 | 2F | FD | 48 | 51 | 0 | 1 | F7 | 62 | 3B |
| Octal | 106 | 57 | 375 | 110 | 121 | 0 | 1 | 367 | 142 | 73 |
| Binary | 1000110 | 101111 | 11111101 | 1001000 | 1010001 | 0 | 1 | 11110111 | 1100010 | 111011 |
Color Harmonies of #462FFD
Complementary color
Monochromatic Colors of #462FFD
Black with #462FFD
Text Example
Text Example
White with #462FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462FFD; }
p { color: rgb(70,47,253); }
H1.HeaderClassName
{
color: #462FFD;
}
.AnyTagClassName
{
color: #462FFD;
}
</style>
background-color css
<style>
a { background-color: #462FFD; }
a { background-color: rgb(70,47,253); }
div.DivClassName
{
background-color: #462FFD;
}
.BgClassName
{
background-color: #462FFD;
}
</style>
border-color css
<style>
span { border-color: #462FFD; }
span { border-color: rgb(70,47,253); }
td.TdClassName
{
border-color: #462FFD;
}
.TagClassName
{
border-color: #462FFD;
}
</style>