Shades of Han Purple #430EFC
Tints of Han Purple #430EFC
RGB
CMYK
RGB Variations
Color information
#430EFC (or 0x430EFC) is known color: Han Purple. HEX triplet: 43, 0E and FC. RGB value is (67,14,252). Sum of RGB (Red+Green+Blue) = 67+14+252=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #430EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430EFC is #BCF103. Grayscale: #383838. Windows color (decimal): -12382468 or 16518723. OLE color: 16518723.
HSL color Cylindrical-coordinate representation of color #430EFC: hue angle of 253.36º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430EFC is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 14 | 252 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.01 |
| HSL | 253.36º | 0.98% | 0.52% | - |
| HSV(B) | 253.36º | 0.94% | 0.99% | - |
| XYZ | 20.04 | 8.54 | 92.69 | - |
| YUV | 56.98 | 238.06 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 252 | 0.73 | 0.94 | 0 | 0.01 | 253.36 | 0.98 | 0.52 |
| Hex | 43 | E | FC | 49 | 5E | 0 | 1 | FD | 62 | 34 |
| Octal | 103 | 16 | 374 | 111 | 136 | 0 | 1 | 375 | 142 | 64 |
| Binary | 1000011 | 1110 | 11111100 | 1001001 | 1011110 | 0 | 1 | 11111101 | 1100010 | 110100 |
Color Harmonies of #430EFC
Complementary color
Monochromatic Colors of #430EFC
Black with #430EFC
Text Example
Text Example
White with #430EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EFC; }
p { color: rgb(67,14,252); }
H1.HeaderClassName
{
color: #430EFC;
}
.AnyTagClassName
{
color: #430EFC;
}
</style>
background-color css
<style>
a { background-color: #430EFC; }
a { background-color: rgb(67,14,252); }
div.DivClassName
{
background-color: #430EFC;
}
.BgClassName
{
background-color: #430EFC;
}
</style>
border-color css
<style>
span { border-color: #430EFC; }
span { border-color: rgb(67,14,252); }
td.TdClassName
{
border-color: #430EFC;
}
.TagClassName
{
border-color: #430EFC;
}
</style>