Shades of Han Purple #430AFC
Tints of Han Purple #430AFC
RGB
CMYK
RGB Variations
Color information
#430AFC (or 0x430AFC) is known color: Han Purple. HEX triplet: 43, 0A and FC. RGB value is (67,10,252). Sum of RGB (Red+Green+Blue) = 67+10+252=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #430AFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430AFC is #BCF503. Grayscale: #353535. Windows color (decimal): -12383492 or 16517699. OLE color: 16517699.
HSL color Cylindrical-coordinate representation of color #430AFC: hue angle of 254.13º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430AFC is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 10 | 252 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.01 |
| HSL | 254.13º | 0.98% | 0.51% | - |
| HSV(B) | 254.13º | 0.96% | 0.99% | - |
| XYZ | 19.99 | 8.44 | 92.67 | - |
| YUV | 54.63 | 239.38 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 252 | 0.73 | 0.96 | 0 | 0.01 | 254.13 | 0.98 | 0.51 |
| Hex | 43 | A | FC | 49 | 60 | 0 | 1 | FE | 62 | 33 |
| Octal | 103 | 12 | 374 | 111 | 140 | 0 | 1 | 376 | 142 | 63 |
| Binary | 1000011 | 1010 | 11111100 | 1001001 | 1100000 | 0 | 1 | 11111110 | 1100010 | 110011 |
Color Harmonies of #430AFC
Complementary color
Monochromatic Colors of #430AFC
Black with #430AFC
Text Example
Text Example
White with #430AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AFC; }
p { color: rgb(67,10,252); }
H1.HeaderClassName
{
color: #430AFC;
}
.AnyTagClassName
{
color: #430AFC;
}
</style>
background-color css
<style>
a { background-color: #430AFC; }
a { background-color: rgb(67,10,252); }
div.DivClassName
{
background-color: #430AFC;
}
.BgClassName
{
background-color: #430AFC;
}
</style>
border-color css
<style>
span { border-color: #430AFC; }
span { border-color: rgb(67,10,252); }
td.TdClassName
{
border-color: #430AFC;
}
.TagClassName
{
border-color: #430AFC;
}
</style>