Shades of Han Purple #430AF6
Tints of Han Purple #430AF6
RGB
CMYK
RGB Variations
Color information
#430AF6 (or 0x430AF6) is known color: Han Purple. HEX triplet: 43, 0A and F6. RGB value is (67,10,246). Sum of RGB (Red+Green+Blue) = 67+10+246=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 246 (96.48% from 255 or 76.16% from 323); Max value from RGB is 246 - color contains mainly: blue. Hex color #430AF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430AF6 is #BCF509. Grayscale: #353535. Windows color (decimal): -12383498 or 16124483. OLE color: 16124483.
HSL color Cylindrical-coordinate representation of color #430AF6: hue angle of 254.49º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430AF6 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 10 | 246 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.04 |
| HSL | 254.49º | 0.93% | 0.5% | - |
| HSV(B) | 254.49º | 0.96% | 0.96% | - |
| XYZ | 19.06 | 8.06 | 87.74 | - |
| YUV | 53.95 | 236.38 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 246 | 0.73 | 0.96 | 0 | 0.04 | 254.49 | 0.93 | 0.5 |
| Hex | 43 | A | F6 | 49 | 60 | 0 | 4 | FE | 5D | 32 |
| Octal | 103 | 12 | 366 | 111 | 140 | 0 | 4 | 376 | 135 | 62 |
| Binary | 1000011 | 1010 | 11110110 | 1001001 | 1100000 | 0 | 100 | 11111110 | 1011101 | 110010 |
Color Harmonies of #430AF6
Complementary color
Monochromatic Colors of #430AF6
Black with #430AF6
Text Example
Text Example
White with #430AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AF6; }
p { color: rgb(67,10,246); }
H1.HeaderClassName
{
color: #430AF6;
}
.AnyTagClassName
{
color: #430AF6;
}
</style>
background-color css
<style>
a { background-color: #430AF6; }
a { background-color: rgb(67,10,246); }
div.DivClassName
{
background-color: #430AF6;
}
.BgClassName
{
background-color: #430AF6;
}
</style>
border-color css
<style>
span { border-color: #430AF6; }
span { border-color: rgb(67,10,246); }
td.TdClassName
{
border-color: #430AF6;
}
.TagClassName
{
border-color: #430AF6;
}
</style>