Shades of Han Purple #4313D8
Tints of Han Purple #4313D8
RGB
CMYK
RGB Variations
Color information
#4313D8 (or 0x4313D8) is known color: Han Purple. HEX triplet: 43, 13 and D8. RGB value is (67,19,216). Sum of RGB (Red+Green+Blue) = 67+19+216=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 216 (84.77% from 255 or 71.52% from 302); Max value from RGB is 216 - color contains mainly: blue. Hex color #4313D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4313D8 is #BCEC27. Grayscale: #373737. Windows color (decimal): -12381224 or 14160707. OLE color: 14160707.
HSL color Cylindrical-coordinate representation of color #4313D8: hue angle of 254.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4313D8 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 19 | 216 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.15 |
| HSL | 254.62º | 0.84% | 0.46% | - |
| HSV(B) | 254.62º | 0.91% | 0.85% | - |
| XYZ | 14.94 | 6.62 | 65.46 | - |
| YUV | 55.81 | 218.4 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 216 | 0.69 | 0.91 | 0 | 0.15 | 254.62 | 0.84 | 0.46 |
| Hex | 43 | 13 | D8 | 45 | 5B | 0 | F | FF | 54 | 2E |
| Octal | 103 | 23 | 330 | 105 | 133 | 0 | 17 | 377 | 124 | 56 |
| Binary | 1000011 | 10011 | 11011000 | 1000101 | 1011011 | 0 | 1111 | 11111111 | 1010100 | 101110 |
Color Harmonies of #4313D8
Complementary color
Monochromatic Colors of #4313D8
Black with #4313D8
Text Example
Text Example
White with #4313D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4313D8; }
p { color: rgb(67,19,216); }
H1.HeaderClassName
{
color: #4313D8;
}
.AnyTagClassName
{
color: #4313D8;
}
</style>
background-color css
<style>
a { background-color: #4313D8; }
a { background-color: rgb(67,19,216); }
div.DivClassName
{
background-color: #4313D8;
}
.BgClassName
{
background-color: #4313D8;
}
</style>
border-color css
<style>
span { border-color: #4313D8; }
span { border-color: rgb(67,19,216); }
td.TdClassName
{
border-color: #4313D8;
}
.TagClassName
{
border-color: #4313D8;
}
</style>