Shades of Han Purple #4318DF
Tints of Han Purple #4318DF
RGB
CMYK
RGB Variations
Color information
#4318DF (or 0x4318DF) is known color: Han Purple. HEX triplet: 43, 18 and DF. RGB value is (67,24,223). Sum of RGB (Red+Green+Blue) = 67+24+223=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #4318DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4318DF is #BCE720. Grayscale: #3A3A3A. Windows color (decimal): -12379937 or 14620739. OLE color: 14620739.
HSL color Cylindrical-coordinate representation of color #4318DF: hue angle of 252.96º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4318DF is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 24 | 223 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.13 |
| HSL | 252.96º | 0.81% | 0.48% | - |
| HSV(B) | 252.96º | 0.89% | 0.87% | - |
| XYZ | 15.96 | 7.17 | 70.36 | - |
| YUV | 59.54 | 220.25 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 223 | 0.70 | 0.89 | 0 | 0.13 | 252.96 | 0.81 | 0.48 |
| Hex | 43 | 18 | DF | 46 | 59 | 0 | D | FD | 51 | 30 |
| Octal | 103 | 30 | 337 | 106 | 131 | 0 | 15 | 375 | 121 | 60 |
| Binary | 1000011 | 11000 | 11011111 | 1000110 | 1011001 | 0 | 1101 | 11111101 | 1010001 | 110000 |
Color Harmonies of #4318DF
Complementary color
Monochromatic Colors of #4318DF
Black with #4318DF
Text Example
Text Example
White with #4318DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4318DF; }
p { color: rgb(67,24,223); }
H1.HeaderClassName
{
color: #4318DF;
}
.AnyTagClassName
{
color: #4318DF;
}
</style>
background-color css
<style>
a { background-color: #4318DF; }
a { background-color: rgb(67,24,223); }
div.DivClassName
{
background-color: #4318DF;
}
.BgClassName
{
background-color: #4318DF;
}
</style>
border-color css
<style>
span { border-color: #4318DF; }
span { border-color: rgb(67,24,223); }
td.TdClassName
{
border-color: #4318DF;
}
.TagClassName
{
border-color: #4318DF;
}
</style>