Shades of Han Purple #430EFE
Tints of Han Purple #430EFE
RGB
CMYK
RGB Variations
Color information
#430EFE (or 0x430EFE) is known color: Han Purple. HEX triplet: 43, 0E and FE. RGB value is (67,14,254). Sum of RGB (Red+Green+Blue) = 67+14+254=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #430EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430EFE is #BCF101. Grayscale: #383838. Windows color (decimal): -12382466 or 16649795. OLE color: 16649795.
HSL color Cylindrical-coordinate representation of color #430EFE: hue angle of 253.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430EFE is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 14 | 254 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.00 |
| HSL | 253.25º | 0.99% | 0.53% | - |
| HSV(B) | 253.25º | 0.94% | 1% | - |
| XYZ | 20.36 | 8.66 | 94.36 | - |
| YUV | 57.21 | 239.06 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 254 | 0.74 | 0.94 | 0 | 0.00 | 253.25 | 0.99 | 0.53 |
| Hex | 43 | E | FE | 4A | 5E | 0 | 0 | FD | 63 | 35 |
| Octal | 103 | 16 | 376 | 112 | 136 | 0 | 0 | 375 | 143 | 65 |
| Binary | 1000011 | 1110 | 11111110 | 1001010 | 1011110 | 0 | 0 | 11111101 | 1100011 | 110101 |
Color Harmonies of #430EFE
Complementary color
Monochromatic Colors of #430EFE
Black with #430EFE
Text Example
Text Example
White with #430EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EFE; }
p { color: rgb(67,14,254); }
H1.HeaderClassName
{
color: #430EFE;
}
.AnyTagClassName
{
color: #430EFE;
}
</style>
background-color css
<style>
a { background-color: #430EFE; }
a { background-color: rgb(67,14,254); }
div.DivClassName
{
background-color: #430EFE;
}
.BgClassName
{
background-color: #430EFE;
}
</style>
border-color css
<style>
span { border-color: #430EFE; }
span { border-color: rgb(67,14,254); }
td.TdClassName
{
border-color: #430EFE;
}
.TagClassName
{
border-color: #430EFE;
}
</style>