Shades of Han Purple #430DED
Tints of Han Purple #430DED
RGB
CMYK
RGB Variations
Color information
#430DED (or 0x430DED) is known color: Han Purple. HEX triplet: 43, 0D and ED. RGB value is (67,13,237). Sum of RGB (Red+Green+Blue) = 67+13+237=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #430DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430DED is #BCF212. Grayscale: #353535. Windows color (decimal): -12382739 or 15535427. OLE color: 15535427.
HSL color Cylindrical-coordinate representation of color #430DED: hue angle of 254.46º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430DED is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 13 | 237 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.07 |
| HSL | 254.46º | 0.9% | 0.49% | - |
| HSV(B) | 254.46º | 0.95% | 0.93% | - |
| XYZ | 17.74 | 7.6 | 80.65 | - |
| YUV | 54.68 | 230.89 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 237 | 0.72 | 0.95 | 0 | 0.07 | 254.46 | 0.9 | 0.49 |
| Hex | 43 | D | ED | 48 | 5F | 0 | 7 | FE | 5A | 31 |
| Octal | 103 | 15 | 355 | 110 | 137 | 0 | 7 | 376 | 132 | 61 |
| Binary | 1000011 | 1101 | 11101101 | 1001000 | 1011111 | 0 | 111 | 11111110 | 1011010 | 110001 |
Color Harmonies of #430DED
Complementary color
Monochromatic Colors of #430DED
Black with #430DED
Text Example
Text Example
White with #430DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DED; }
p { color: rgb(67,13,237); }
H1.HeaderClassName
{
color: #430DED;
}
.AnyTagClassName
{
color: #430DED;
}
</style>
background-color css
<style>
a { background-color: #430DED; }
a { background-color: rgb(67,13,237); }
div.DivClassName
{
background-color: #430DED;
}
.BgClassName
{
background-color: #430DED;
}
</style>
border-color css
<style>
span { border-color: #430DED; }
span { border-color: rgb(67,13,237); }
td.TdClassName
{
border-color: #430DED;
}
.TagClassName
{
border-color: #430DED;
}
</style>