Shades of Han Purple #430DFE
Tints of Han Purple #430DFE
RGB
CMYK
RGB Variations
Color information
#430DFE (or 0x430DFE) is known color: Han Purple. HEX triplet: 43, 0D and FE. RGB value is (67,13,254). Sum of RGB (Red+Green+Blue) = 67+13+254=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #430DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430DFE is #BCF201. Grayscale: #373737. Windows color (decimal): -12382722 or 16649539. OLE color: 16649539.
HSL color Cylindrical-coordinate representation of color #430DFE: hue angle of 253.44º 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 #430DFE is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 13 | 254 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.00 |
| HSL | 253.44º | 0.99% | 0.52% | - |
| HSV(B) | 253.44º | 0.95% | 1% | - |
| XYZ | 20.35 | 8.64 | 94.36 | - |
| YUV | 56.62 | 239.39 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 254 | 0.74 | 0.95 | 0 | 0.00 | 253.44 | 0.99 | 0.52 |
| Hex | 43 | D | FE | 4A | 5F | 0 | 0 | FD | 63 | 34 |
| Octal | 103 | 15 | 376 | 112 | 137 | 0 | 0 | 375 | 143 | 64 |
| Binary | 1000011 | 1101 | 11111110 | 1001010 | 1011111 | 0 | 0 | 11111101 | 1100011 | 110100 |
Color Harmonies of #430DFE
Complementary color
Monochromatic Colors of #430DFE
Black with #430DFE
Text Example
Text Example
White with #430DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DFE; }
p { color: rgb(67,13,254); }
H1.HeaderClassName
{
color: #430DFE;
}
.AnyTagClassName
{
color: #430DFE;
}
</style>
background-color css
<style>
a { background-color: #430DFE; }
a { background-color: rgb(67,13,254); }
div.DivClassName
{
background-color: #430DFE;
}
.BgClassName
{
background-color: #430DFE;
}
</style>
border-color css
<style>
span { border-color: #430DFE; }
span { border-color: rgb(67,13,254); }
td.TdClassName
{
border-color: #430DFE;
}
.TagClassName
{
border-color: #430DFE;
}
</style>