Shades of Han Purple #4218FE
Tints of Han Purple #4218FE
RGB
CMYK
RGB Variations
Color information
#4218FE (or 0x4218FE) is known color: Han Purple. HEX triplet: 42, 18 and FE. RGB value is (66,24,254). Sum of RGB (Red+Green+Blue) = 66+24+254=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #4218FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4218FE is #BDE701. Grayscale: #3D3D3D. Windows color (decimal): -12445442 or 16652354. OLE color: 16652354.
HSL color Cylindrical-coordinate representation of color #4218FE: hue angle of 250.96º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4218FE is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 24 | 254 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.00 |
| HSL | 250.96º | 0.99% | 0.55% | - |
| HSV(B) | 250.96º | 0.91% | 1% | - |
| XYZ | 20.46 | 8.97 | 94.42 | - |
| YUV | 62.78 | 235.91 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 254 | 0.74 | 0.91 | 0 | 0.00 | 250.96 | 0.99 | 0.55 |
| Hex | 42 | 18 | FE | 4A | 5B | 0 | 0 | FB | 63 | 37 |
| Octal | 102 | 30 | 376 | 112 | 133 | 0 | 0 | 373 | 143 | 67 |
| Binary | 1000010 | 11000 | 11111110 | 1001010 | 1011011 | 0 | 0 | 11111011 | 1100011 | 110111 |
Color Harmonies of #4218FE
Complementary color
Monochromatic Colors of #4218FE
Black with #4218FE
Text Example
Text Example
White with #4218FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4218FE; }
p { color: rgb(66,24,254); }
H1.HeaderClassName
{
color: #4218FE;
}
.AnyTagClassName
{
color: #4218FE;
}
</style>
background-color css
<style>
a { background-color: #4218FE; }
a { background-color: rgb(66,24,254); }
div.DivClassName
{
background-color: #4218FE;
}
.BgClassName
{
background-color: #4218FE;
}
</style>
border-color css
<style>
span { border-color: #4218FE; }
span { border-color: rgb(66,24,254); }
td.TdClassName
{
border-color: #4218FE;
}
.TagClassName
{
border-color: #4218FE;
}
</style>