Shades of Han Purple #430AFD
Tints of Han Purple #430AFD
RGB
CMYK
RGB Variations
Color information
#430AFD (or 0x430AFD) is known color: Han Purple. HEX triplet: 43, 0A and FD. RGB value is (67,10,253). Sum of RGB (Red+Green+Blue) = 67+10+253=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #430AFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430AFD is #BCF502. Grayscale: #353535. Windows color (decimal): -12383491 or 16583235. OLE color: 16583235.
HSL color Cylindrical-coordinate representation of color #430AFD: hue angle of 254.07º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430AFD is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 10 | 253 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.01 |
| HSL | 254.07º | 0.98% | 0.52% | - |
| HSV(B) | 254.07º | 0.96% | 0.99% | - |
| XYZ | 20.15 | 8.5 | 93.51 | - |
| YUV | 54.75 | 239.88 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 253 | 0.74 | 0.96 | 0 | 0.01 | 254.07 | 0.98 | 0.52 |
| Hex | 43 | A | FD | 4A | 60 | 0 | 1 | FE | 62 | 34 |
| Octal | 103 | 12 | 375 | 112 | 140 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000011 | 1010 | 11111101 | 1001010 | 1100000 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #430AFD
Complementary color
Monochromatic Colors of #430AFD
Black with #430AFD
Text Example
Text Example
White with #430AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AFD; }
p { color: rgb(67,10,253); }
H1.HeaderClassName
{
color: #430AFD;
}
.AnyTagClassName
{
color: #430AFD;
}
</style>
background-color css
<style>
a { background-color: #430AFD; }
a { background-color: rgb(67,10,253); }
div.DivClassName
{
background-color: #430AFD;
}
.BgClassName
{
background-color: #430AFD;
}
</style>
border-color css
<style>
span { border-color: #430AFD; }
span { border-color: rgb(67,10,253); }
td.TdClassName
{
border-color: #430AFD;
}
.TagClassName
{
border-color: #430AFD;
}
</style>