Shades of Han Purple #4313EB
Tints of Han Purple #4313EB
RGB
CMYK
RGB Variations
Color information
#4313EB (or 0x4313EB) is known color: Han Purple. HEX triplet: 43, 13 and EB. RGB value is (67,19,235). Sum of RGB (Red+Green+Blue) = 67+19+235=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #4313EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4313EB is #BCEC14. Grayscale: #393939. Windows color (decimal): -12381205 or 15405891. OLE color: 15405891.
HSL color Cylindrical-coordinate representation of color #4313EB: hue angle of 253.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4313EB is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 19 | 235 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.08 |
| HSL | 253.33º | 0.85% | 0.5% | - |
| HSV(B) | 253.33º | 0.92% | 0.92% | - |
| XYZ | 17.54 | 7.66 | 79.15 | - |
| YUV | 57.98 | 227.9 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 235 | 0.71 | 0.92 | 0 | 0.08 | 253.33 | 0.85 | 0.5 |
| Hex | 43 | 13 | EB | 47 | 5C | 0 | 8 | FD | 55 | 32 |
| Octal | 103 | 23 | 353 | 107 | 134 | 0 | 10 | 375 | 125 | 62 |
| Binary | 1000011 | 10011 | 11101011 | 1000111 | 1011100 | 0 | 1000 | 11111101 | 1010101 | 110010 |
Color Harmonies of #4313EB
Complementary color
Monochromatic Colors of #4313EB
Black with #4313EB
Text Example
Text Example
White with #4313EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4313EB; }
p { color: rgb(67,19,235); }
H1.HeaderClassName
{
color: #4313EB;
}
.AnyTagClassName
{
color: #4313EB;
}
</style>
background-color css
<style>
a { background-color: #4313EB; }
a { background-color: rgb(67,19,235); }
div.DivClassName
{
background-color: #4313EB;
}
.BgClassName
{
background-color: #4313EB;
}
</style>
border-color css
<style>
span { border-color: #4313EB; }
span { border-color: rgb(67,19,235); }
td.TdClassName
{
border-color: #4313EB;
}
.TagClassName
{
border-color: #4313EB;
}
</style>