Shades of Han Purple #430AFA
Tints of Han Purple #430AFA
RGB
CMYK
RGB Variations
Color information
#430AFA (or 0x430AFA) is known color: Han Purple. HEX triplet: 43, 0A and FA. RGB value is (67,10,250). Sum of RGB (Red+Green+Blue) = 67+10+250=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #430AFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430AFA is #BCF505. Grayscale: #353535. Windows color (decimal): -12383494 or 16386627. OLE color: 16386627.
HSL color Cylindrical-coordinate representation of color #430AFA: hue angle of 254.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430AFA is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 10 | 250 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.02 |
| HSL | 254.25º | 0.96% | 0.51% | - |
| HSV(B) | 254.25º | 0.96% | 0.98% | - |
| XYZ | 19.68 | 8.31 | 91.01 | - |
| YUV | 54.4 | 238.38 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 250 | 0.73 | 0.96 | 0 | 0.02 | 254.25 | 0.96 | 0.51 |
| Hex | 43 | A | FA | 49 | 60 | 0 | 2 | FE | 60 | 33 |
| Octal | 103 | 12 | 372 | 111 | 140 | 0 | 2 | 376 | 140 | 63 |
| Binary | 1000011 | 1010 | 11111010 | 1001001 | 1100000 | 0 | 10 | 11111110 | 1100000 | 110011 |
Color Harmonies of #430AFA
Complementary color
Monochromatic Colors of #430AFA
Black with #430AFA
Text Example
Text Example
White with #430AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AFA; }
p { color: rgb(67,10,250); }
H1.HeaderClassName
{
color: #430AFA;
}
.AnyTagClassName
{
color: #430AFA;
}
</style>
background-color css
<style>
a { background-color: #430AFA; }
a { background-color: rgb(67,10,250); }
div.DivClassName
{
background-color: #430AFA;
}
.BgClassName
{
background-color: #430AFA;
}
</style>
border-color css
<style>
span { border-color: #430AFA; }
span { border-color: rgb(67,10,250); }
td.TdClassName
{
border-color: #430AFA;
}
.TagClassName
{
border-color: #430AFA;
}
</style>