Shades of Han Purple #430AD1
Tints of Han Purple #430AD1
RGB
CMYK
RGB Variations
Color information
#430AD1 (or 0x430AD1) is known color: Han Purple. HEX triplet: 43, 0A and D1. RGB value is (67,10,209). Sum of RGB (Red+Green+Blue) = 67+10+209=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 209 (82.03% from 255 or 73.08% from 286); Max value from RGB is 209 - color contains mainly: blue. Hex color #430AD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430AD1 is #BCF52E. Grayscale: #303030. Windows color (decimal): -12383535 or 13699651. OLE color: 13699651.
HSL color Cylindrical-coordinate representation of color #430AD1: hue angle of 257.19º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430AD1 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 10 | 209 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.18 |
| HSL | 257.19º | 0.91% | 0.43% | - |
| HSV(B) | 257.19º | 0.95% | 0.82% | - |
| XYZ | 13.93 | 6.01 | 60.75 | - |
| YUV | 49.73 | 217.88 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 209 | 0.68 | 0.95 | 0 | 0.18 | 257.19 | 0.91 | 0.43 |
| Hex | 43 | A | D1 | 44 | 5F | 0 | 12 | 101 | 5B | 2B |
| Octal | 103 | 12 | 321 | 104 | 137 | 0 | 22 | 401 | 133 | 53 |
| Binary | 1000011 | 1010 | 11010001 | 1000100 | 1011111 | 0 | 10010 | 100000001 | 1011011 | 101011 |
Color Harmonies of #430AD1
Complementary color
Monochromatic Colors of #430AD1
Black with #430AD1
Text Example
Text Example
White with #430AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AD1; }
p { color: rgb(67,10,209); }
H1.HeaderClassName
{
color: #430AD1;
}
.AnyTagClassName
{
color: #430AD1;
}
</style>
background-color css
<style>
a { background-color: #430AD1; }
a { background-color: rgb(67,10,209); }
div.DivClassName
{
background-color: #430AD1;
}
.BgClassName
{
background-color: #430AD1;
}
</style>
border-color css
<style>
span { border-color: #430AD1; }
span { border-color: rgb(67,10,209); }
td.TdClassName
{
border-color: #430AD1;
}
.TagClassName
{
border-color: #430AD1;
}
</style>