Shades of Han Purple #462CF2
Tints of Han Purple #462CF2
RGB
CMYK
RGB Variations
Color information
#462CF2 (or 0x462CF2) is known color: Han Purple. HEX triplet: 46, 2C and F2. RGB value is (70,44,242). Sum of RGB (Red+Green+Blue) = 70+44+242=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #462CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462CF2 is #B9D30D. Grayscale: #494949. Windows color (decimal): -12178190 or 15871046. OLE color: 15871046.
HSL color Cylindrical-coordinate representation of color #462CF2: hue angle of 247.88º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #462CF2 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 44 | 242 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.05 |
| HSL | 247.88º | 0.88% | 0.56% | - |
| HSV(B) | 247.88º | 0.82% | 0.95% | - |
| XYZ | 19.45 | 9.51 | 84.82 | - |
| YUV | 74.35 | 222.61 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 242 | 0.71 | 0.82 | 0 | 0.05 | 247.88 | 0.88 | 0.56 |
| Hex | 46 | 2C | F2 | 47 | 52 | 0 | 5 | F8 | 58 | 38 |
| Octal | 106 | 54 | 362 | 107 | 122 | 0 | 5 | 370 | 130 | 70 |
| Binary | 1000110 | 101100 | 11110010 | 1000111 | 1010010 | 0 | 101 | 11111000 | 1011000 | 111000 |
Color Harmonies of #462CF2
Complementary color
Monochromatic Colors of #462CF2
Black with #462CF2
Text Example
Text Example
White with #462CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462CF2; }
p { color: rgb(70,44,242); }
H1.HeaderClassName
{
color: #462CF2;
}
.AnyTagClassName
{
color: #462CF2;
}
</style>
background-color css
<style>
a { background-color: #462CF2; }
a { background-color: rgb(70,44,242); }
div.DivClassName
{
background-color: #462CF2;
}
.BgClassName
{
background-color: #462CF2;
}
</style>
border-color css
<style>
span { border-color: #462CF2; }
span { border-color: rgb(70,44,242); }
td.TdClassName
{
border-color: #462CF2;
}
.TagClassName
{
border-color: #462CF2;
}
</style>