Shades of Han Purple #4318EA
Tints of Han Purple #4318EA
RGB
CMYK
RGB Variations
Color information
#4318EA (or 0x4318EA) is known color: Han Purple. HEX triplet: 43, 18 and EA. RGB value is (67,24,234). Sum of RGB (Red+Green+Blue) = 67+24+234=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #4318EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4318EA is #BCE715. Grayscale: #3C3C3C. Windows color (decimal): -12379926 or 15341635. OLE color: 15341635.
HSL color Cylindrical-coordinate representation of color #4318EA: hue angle of 252.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4318EA is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 24 | 234 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.08 |
| HSL | 252.29º | 0.83% | 0.51% | - |
| HSV(B) | 252.29º | 0.9% | 0.92% | - |
| XYZ | 17.49 | 7.79 | 78.42 | - |
| YUV | 60.8 | 225.75 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 234 | 0.71 | 0.90 | 0 | 0.08 | 252.29 | 0.83 | 0.51 |
| Hex | 43 | 18 | EA | 47 | 5A | 0 | 8 | FC | 53 | 33 |
| Octal | 103 | 30 | 352 | 107 | 132 | 0 | 10 | 374 | 123 | 63 |
| Binary | 1000011 | 11000 | 11101010 | 1000111 | 1011010 | 0 | 1000 | 11111100 | 1010011 | 110011 |
Color Harmonies of #4318EA
Complementary color
Monochromatic Colors of #4318EA
Black with #4318EA
Text Example
Text Example
White with #4318EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4318EA; }
p { color: rgb(67,24,234); }
H1.HeaderClassName
{
color: #4318EA;
}
.AnyTagClassName
{
color: #4318EA;
}
</style>
background-color css
<style>
a { background-color: #4318EA; }
a { background-color: rgb(67,24,234); }
div.DivClassName
{
background-color: #4318EA;
}
.BgClassName
{
background-color: #4318EA;
}
</style>
border-color css
<style>
span { border-color: #4318EA; }
span { border-color: rgb(67,24,234); }
td.TdClassName
{
border-color: #4318EA;
}
.TagClassName
{
border-color: #4318EA;
}
</style>