Shades of Han Purple #430BFE
Tints of Han Purple #430BFE
RGB
CMYK
RGB Variations
Color information
#430BFE (or 0x430BFE) is known color: Han Purple. HEX triplet: 43, 0B and FE. RGB value is (67,11,254). Sum of RGB (Red+Green+Blue) = 67+11+254=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #430BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430BFE is #BCF401. Grayscale: #363636. Windows color (decimal): -12383234 or 16649027. OLE color: 16649027.
HSL color Cylindrical-coordinate representation of color #430BFE: hue angle of 253.83º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430BFE is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 11 | 254 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.00 |
| HSL | 253.83º | 0.99% | 0.52% | - |
| HSV(B) | 253.83º | 0.96% | 1% | - |
| XYZ | 20.32 | 8.59 | 94.35 | - |
| YUV | 55.45 | 240.05 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 254 | 0.74 | 0.96 | 0 | 0.00 | 253.83 | 0.99 | 0.52 |
| Hex | 43 | B | FE | 4A | 60 | 0 | 0 | FE | 63 | 34 |
| Octal | 103 | 13 | 376 | 112 | 140 | 0 | 0 | 376 | 143 | 64 |
| Binary | 1000011 | 1011 | 11111110 | 1001010 | 1100000 | 0 | 0 | 11111110 | 1100011 | 110100 |
Color Harmonies of #430BFE
Complementary color
Monochromatic Colors of #430BFE
Black with #430BFE
Text Example
Text Example
White with #430BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BFE; }
p { color: rgb(67,11,254); }
H1.HeaderClassName
{
color: #430BFE;
}
.AnyTagClassName
{
color: #430BFE;
}
</style>
background-color css
<style>
a { background-color: #430BFE; }
a { background-color: rgb(67,11,254); }
div.DivClassName
{
background-color: #430BFE;
}
.BgClassName
{
background-color: #430BFE;
}
</style>
border-color css
<style>
span { border-color: #430BFE; }
span { border-color: rgb(67,11,254); }
td.TdClassName
{
border-color: #430BFE;
}
.TagClassName
{
border-color: #430BFE;
}
</style>