Shades of Han Purple #430AF8
Tints of Han Purple #430AF8
RGB
CMYK
RGB Variations
Color information
#430AF8 (or 0x430AF8) is known color: Han Purple. HEX triplet: 43, 0A and F8. RGB value is (67,10,248). Sum of RGB (Red+Green+Blue) = 67+10+248=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 248 (97.27% from 255 or 76.31% from 325); Max value from RGB is 248 - color contains mainly: blue. Hex color #430AF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430AF8 is #BCF507. Grayscale: #353535. Windows color (decimal): -12383496 or 16255555. OLE color: 16255555.
HSL color Cylindrical-coordinate representation of color #430AF8: hue angle of 254.37º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430AF8 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 10 | 248 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.03 |
| HSL | 254.37º | 0.94% | 0.51% | - |
| HSV(B) | 254.37º | 0.96% | 0.97% | - |
| XYZ | 19.37 | 8.19 | 89.37 | - |
| YUV | 54.18 | 237.38 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 248 | 0.73 | 0.96 | 0 | 0.03 | 254.37 | 0.94 | 0.51 |
| Hex | 43 | A | F8 | 49 | 60 | 0 | 3 | FE | 5E | 33 |
| Octal | 103 | 12 | 370 | 111 | 140 | 0 | 3 | 376 | 136 | 63 |
| Binary | 1000011 | 1010 | 11111000 | 1001001 | 1100000 | 0 | 11 | 11111110 | 1011110 | 110011 |
Color Harmonies of #430AF8
Complementary color
Monochromatic Colors of #430AF8
Black with #430AF8
Text Example
Text Example
White with #430AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AF8; }
p { color: rgb(67,10,248); }
H1.HeaderClassName
{
color: #430AF8;
}
.AnyTagClassName
{
color: #430AF8;
}
</style>
background-color css
<style>
a { background-color: #430AF8; }
a { background-color: rgb(67,10,248); }
div.DivClassName
{
background-color: #430AF8;
}
.BgClassName
{
background-color: #430AF8;
}
</style>
border-color css
<style>
span { border-color: #430AF8; }
span { border-color: rgb(67,10,248); }
td.TdClassName
{
border-color: #430AF8;
}
.TagClassName
{
border-color: #430AF8;
}
</style>