Shades of Han Purple #430CFE
Tints of Han Purple #430CFE
RGB
CMYK
RGB Variations
Color information
#430CFE (or 0x430CFE) is known color: Han Purple. HEX triplet: 43, 0C and FE. RGB value is (67,12,254). Sum of RGB (Red+Green+Blue) = 67+12+254=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #430CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430CFE is #BCF301. Grayscale: #373737. Windows color (decimal): -12382978 or 16649283. OLE color: 16649283.
HSL color Cylindrical-coordinate representation of color #430CFE: hue angle of 253.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430CFE is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 12 | 254 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.00 |
| HSL | 253.64º | 0.99% | 0.52% | - |
| HSV(B) | 253.64º | 0.95% | 1% | - |
| XYZ | 20.34 | 8.61 | 94.36 | - |
| YUV | 56.03 | 239.72 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 254 | 0.74 | 0.95 | 0 | 0.00 | 253.64 | 0.99 | 0.52 |
| Hex | 43 | C | FE | 4A | 5F | 0 | 0 | FE | 63 | 34 |
| Octal | 103 | 14 | 376 | 112 | 137 | 0 | 0 | 376 | 143 | 64 |
| Binary | 1000011 | 1100 | 11111110 | 1001010 | 1011111 | 0 | 0 | 11111110 | 1100011 | 110100 |
Color Harmonies of #430CFE
Complementary color
Monochromatic Colors of #430CFE
Black with #430CFE
Text Example
Text Example
White with #430CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CFE; }
p { color: rgb(67,12,254); }
H1.HeaderClassName
{
color: #430CFE;
}
.AnyTagClassName
{
color: #430CFE;
}
</style>
background-color css
<style>
a { background-color: #430CFE; }
a { background-color: rgb(67,12,254); }
div.DivClassName
{
background-color: #430CFE;
}
.BgClassName
{
background-color: #430CFE;
}
</style>
border-color css
<style>
span { border-color: #430CFE; }
span { border-color: rgb(67,12,254); }
td.TdClassName
{
border-color: #430CFE;
}
.TagClassName
{
border-color: #430CFE;
}
</style>