Shades of Han Purple #430EDC
Tints of Han Purple #430EDC
RGB
CMYK
RGB Variations
Color information
#430EDC (or 0x430EDC) is known color: Han Purple. HEX triplet: 43, 0E and DC. RGB value is (67,14,220). Sum of RGB (Red+Green+Blue) = 67+14+220=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #430EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EDC is #BCF123. Grayscale: #343434. Windows color (decimal): -12382500 or 14421571. OLE color: 14421571.
HSL color Cylindrical-coordinate representation of color #430EDC: hue angle of 255.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430EDC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 14 | 220 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.14 |
| HSL | 255.44º | 0.88% | 0.46% | - |
| HSV(B) | 255.44º | 0.94% | 0.86% | - |
| XYZ | 15.39 | 6.67 | 68.19 | - |
| YUV | 53.33 | 222.06 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 220 | 0.70 | 0.94 | 0 | 0.14 | 255.44 | 0.88 | 0.46 |
| Hex | 43 | E | DC | 46 | 5E | 0 | E | FF | 58 | 2E |
| Octal | 103 | 16 | 334 | 106 | 136 | 0 | 16 | 377 | 130 | 56 |
| Binary | 1000011 | 1110 | 11011100 | 1000110 | 1011110 | 0 | 1110 | 11111111 | 1011000 | 101110 |
Color Harmonies of #430EDC
Complementary color
Monochromatic Colors of #430EDC
Black with #430EDC
Text Example
Text Example
White with #430EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EDC; }
p { color: rgb(67,14,220); }
H1.HeaderClassName
{
color: #430EDC;
}
.AnyTagClassName
{
color: #430EDC;
}
</style>
background-color css
<style>
a { background-color: #430EDC; }
a { background-color: rgb(67,14,220); }
div.DivClassName
{
background-color: #430EDC;
}
.BgClassName
{
background-color: #430EDC;
}
</style>
border-color css
<style>
span { border-color: #430EDC; }
span { border-color: rgb(67,14,220); }
td.TdClassName
{
border-color: #430EDC;
}
.TagClassName
{
border-color: #430EDC;
}
</style>