Shades of Han Purple #430AFB
Tints of Han Purple #430AFB
RGB
CMYK
RGB Variations
Color information
#430AFB (or 0x430AFB) is known color: Han Purple. HEX triplet: 43, 0A and FB. RGB value is (67,10,251). Sum of RGB (Red+Green+Blue) = 67+10+251=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #430AFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430AFB is #BCF504. Grayscale: #353535. Windows color (decimal): -12383493 or 16452163. OLE color: 16452163.
HSL color Cylindrical-coordinate representation of color #430AFB: hue angle of 254.19º degrees, saturation: 0.97, 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 #430AFB is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 10 | 251 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.02 |
| HSL | 254.19º | 0.97% | 0.51% | - |
| HSV(B) | 254.19º | 0.96% | 0.98% | - |
| XYZ | 19.84 | 8.38 | 91.84 | - |
| YUV | 54.52 | 238.88 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 251 | 0.73 | 0.96 | 0 | 0.02 | 254.19 | 0.97 | 0.51 |
| Hex | 43 | A | FB | 49 | 60 | 0 | 2 | FE | 61 | 33 |
| Octal | 103 | 12 | 373 | 111 | 140 | 0 | 2 | 376 | 141 | 63 |
| Binary | 1000011 | 1010 | 11111011 | 1001001 | 1100000 | 0 | 10 | 11111110 | 1100001 | 110011 |
Color Harmonies of #430AFB
Complementary color
Monochromatic Colors of #430AFB
Black with #430AFB
Text Example
Text Example
White with #430AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AFB; }
p { color: rgb(67,10,251); }
H1.HeaderClassName
{
color: #430AFB;
}
.AnyTagClassName
{
color: #430AFB;
}
</style>
background-color css
<style>
a { background-color: #430AFB; }
a { background-color: rgb(67,10,251); }
div.DivClassName
{
background-color: #430AFB;
}
.BgClassName
{
background-color: #430AFB;
}
</style>
border-color css
<style>
span { border-color: #430AFB; }
span { border-color: rgb(67,10,251); }
td.TdClassName
{
border-color: #430AFB;
}
.TagClassName
{
border-color: #430AFB;
}
</style>