Shades of Han Purple #4315FE
Tints of Han Purple #4315FE
RGB
CMYK
RGB Variations
Color information
#4315FE (or 0x4315FE) is known color: Han Purple. HEX triplet: 43, 15 and FE. RGB value is (67,21,254). Sum of RGB (Red+Green+Blue) = 67+21+254=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #4315FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4315FE is #BCEA01. Grayscale: #3C3C3C. Windows color (decimal): -12380674 or 16651587. OLE color: 16651587.
HSL color Cylindrical-coordinate representation of color #4315FE: hue angle of 251.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4315FE is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 21 | 254 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.00 |
| HSL | 251.85º | 0.99% | 0.54% | - |
| HSV(B) | 251.85º | 0.92% | 1% | - |
| XYZ | 20.47 | 8.89 | 94.4 | - |
| YUV | 61.32 | 236.74 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 254 | 0.74 | 0.92 | 0 | 0.00 | 251.85 | 0.99 | 0.54 |
| Hex | 43 | 15 | FE | 4A | 5C | 0 | 0 | FC | 63 | 36 |
| Octal | 103 | 25 | 376 | 112 | 134 | 0 | 0 | 374 | 143 | 66 |
| Binary | 1000011 | 10101 | 11111110 | 1001010 | 1011100 | 0 | 0 | 11111100 | 1100011 | 110110 |
Color Harmonies of #4315FE
Complementary color
Monochromatic Colors of #4315FE
Black with #4315FE
Text Example
Text Example
White with #4315FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4315FE; }
p { color: rgb(67,21,254); }
H1.HeaderClassName
{
color: #4315FE;
}
.AnyTagClassName
{
color: #4315FE;
}
</style>
background-color css
<style>
a { background-color: #4315FE; }
a { background-color: rgb(67,21,254); }
div.DivClassName
{
background-color: #4315FE;
}
.BgClassName
{
background-color: #4315FE;
}
</style>
border-color css
<style>
span { border-color: #4315FE; }
span { border-color: rgb(67,21,254); }
td.TdClassName
{
border-color: #4315FE;
}
.TagClassName
{
border-color: #4315FE;
}
</style>