Shades of Han Purple #430AD6
Tints of Han Purple #430AD6
RGB
CMYK
RGB Variations
Color information
#430AD6 (or 0x430AD6) is known color: Han Purple. HEX triplet: 43, 0A and D6. RGB value is (67,10,214). Sum of RGB (Red+Green+Blue) = 67+10+214=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 214 (83.98% from 255 or 73.54% from 291); Max value from RGB is 214 - color contains mainly: blue. Hex color #430AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430AD6 is #BCF529. Grayscale: #313131. Windows color (decimal): -12383530 or 14027331. OLE color: 14027331.
HSL color Cylindrical-coordinate representation of color #430AD6: hue angle of 256.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430AD6 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 10 | 214 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.16 |
| HSL | 256.76º | 0.91% | 0.44% | - |
| HSV(B) | 256.76º | 0.95% | 0.84% | - |
| XYZ | 14.56 | 6.27 | 64.06 | - |
| YUV | 50.3 | 220.38 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 214 | 0.69 | 0.95 | 0 | 0.16 | 256.76 | 0.91 | 0.44 |
| Hex | 43 | A | D6 | 45 | 5F | 0 | 10 | 101 | 5B | 2C |
| Octal | 103 | 12 | 326 | 105 | 137 | 0 | 20 | 401 | 133 | 54 |
| Binary | 1000011 | 1010 | 11010110 | 1000101 | 1011111 | 0 | 10000 | 100000001 | 1011011 | 101100 |
Color Harmonies of #430AD6
Complementary color
Monochromatic Colors of #430AD6
Black with #430AD6
Text Example
Text Example
White with #430AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AD6; }
p { color: rgb(67,10,214); }
H1.HeaderClassName
{
color: #430AD6;
}
.AnyTagClassName
{
color: #430AD6;
}
</style>
background-color css
<style>
a { background-color: #430AD6; }
a { background-color: rgb(67,10,214); }
div.DivClassName
{
background-color: #430AD6;
}
.BgClassName
{
background-color: #430AD6;
}
</style>
border-color css
<style>
span { border-color: #430AD6; }
span { border-color: rgb(67,10,214); }
td.TdClassName
{
border-color: #430AD6;
}
.TagClassName
{
border-color: #430AD6;
}
</style>