Shades of Han Purple #4318EF
Tints of Han Purple #4318EF
RGB
CMYK
RGB Variations
Color information
#4318EF (or 0x4318EF) is known color: Han Purple. HEX triplet: 43, 18 and EF. RGB value is (67,24,239). Sum of RGB (Red+Green+Blue) = 67+24+239=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #4318EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4318EF is #BCE710. Grayscale: #3C3C3C. Windows color (decimal): -12379921 or 15669315. OLE color: 15669315.
HSL color Cylindrical-coordinate representation of color #4318EF: hue angle of 252º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4318EF is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 24 | 239 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.06 |
| HSL | 252º | 0.87% | 0.52% | - |
| HSV(B) | 252º | 0.9% | 0.94% | - |
| XYZ | 18.22 | 8.08 | 82.26 | - |
| YUV | 61.37 | 228.25 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 239 | 0.72 | 0.90 | 0 | 0.06 | 252 | 0.87 | 0.52 |
| Hex | 43 | 18 | EF | 48 | 5A | 0 | 6 | FC | 57 | 34 |
| Octal | 103 | 30 | 357 | 110 | 132 | 0 | 6 | 374 | 127 | 64 |
| Binary | 1000011 | 11000 | 11101111 | 1001000 | 1011010 | 0 | 110 | 11111100 | 1010111 | 110100 |
Color Harmonies of #4318EF
Complementary color
Monochromatic Colors of #4318EF
Black with #4318EF
Text Example
Text Example
White with #4318EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4318EF; }
p { color: rgb(67,24,239); }
H1.HeaderClassName
{
color: #4318EF;
}
.AnyTagClassName
{
color: #4318EF;
}
</style>
background-color css
<style>
a { background-color: #4318EF; }
a { background-color: rgb(67,24,239); }
div.DivClassName
{
background-color: #4318EF;
}
.BgClassName
{
background-color: #4318EF;
}
</style>
border-color css
<style>
span { border-color: #4318EF; }
span { border-color: rgb(67,24,239); }
td.TdClassName
{
border-color: #4318EF;
}
.TagClassName
{
border-color: #4318EF;
}
</style>