Shades of Han Purple #430EEB
Tints of Han Purple #430EEB
RGB
CMYK
RGB Variations
Color information
#430EEB (or 0x430EEB) is known color: Han Purple. HEX triplet: 43, 0E and EB. RGB value is (67,14,235). Sum of RGB (Red+Green+Blue) = 67+14+235=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #430EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430EEB is #BCF114. Grayscale: #363636. Windows color (decimal): -12382485 or 15404611. OLE color: 15404611.
HSL color Cylindrical-coordinate representation of color #430EEB: hue angle of 254.39º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430EEB is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 14 | 235 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.08 |
| HSL | 254.39º | 0.89% | 0.49% | - |
| HSV(B) | 254.39º | 0.94% | 0.92% | - |
| XYZ | 17.47 | 7.51 | 79.13 | - |
| YUV | 55.04 | 229.56 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 235 | 0.71 | 0.94 | 0 | 0.08 | 254.39 | 0.89 | 0.49 |
| Hex | 43 | E | EB | 47 | 5E | 0 | 8 | FE | 59 | 31 |
| Octal | 103 | 16 | 353 | 107 | 136 | 0 | 10 | 376 | 131 | 61 |
| Binary | 1000011 | 1110 | 11101011 | 1000111 | 1011110 | 0 | 1000 | 11111110 | 1011001 | 110001 |
Color Harmonies of #430EEB
Complementary color
Monochromatic Colors of #430EEB
Black with #430EEB
Text Example
Text Example
White with #430EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EEB; }
p { color: rgb(67,14,235); }
H1.HeaderClassName
{
color: #430EEB;
}
.AnyTagClassName
{
color: #430EEB;
}
</style>
background-color css
<style>
a { background-color: #430EEB; }
a { background-color: rgb(67,14,235); }
div.DivClassName
{
background-color: #430EEB;
}
.BgClassName
{
background-color: #430EEB;
}
</style>
border-color css
<style>
span { border-color: #430EEB; }
span { border-color: rgb(67,14,235); }
td.TdClassName
{
border-color: #430EEB;
}
.TagClassName
{
border-color: #430EEB;
}
</style>