Shades of Han Purple #4326FE
Tints of Han Purple #4326FE
RGB
CMYK
RGB Variations
Color information
#4326FE (or 0x4326FE) is known color: Han Purple. HEX triplet: 43, 26 and FE. RGB value is (67,38,254). Sum of RGB (Red+Green+Blue) = 67+38+254=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #4326FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4326FE is #BCD901. Grayscale: #464646. Windows color (decimal): -12376322 or 16655939. OLE color: 16655939.
HSL color Cylindrical-coordinate representation of color #4326FE: hue angle of 248.06º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4326FE is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 38 | 254 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.00 |
| HSL | 248.06º | 0.99% | 0.57% | - |
| HSV(B) | 248.06º | 0.85% | 1% | - |
| XYZ | 20.9 | 9.74 | 94.54 | - |
| YUV | 71.3 | 231.11 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 254 | 0.74 | 0.85 | 0 | 0.00 | 248.06 | 0.99 | 0.57 |
| Hex | 43 | 26 | FE | 4A | 55 | 0 | 0 | F8 | 63 | 39 |
| Octal | 103 | 46 | 376 | 112 | 125 | 0 | 0 | 370 | 143 | 71 |
| Binary | 1000011 | 100110 | 11111110 | 1001010 | 1010101 | 0 | 0 | 11111000 | 1100011 | 111001 |
Color Harmonies of #4326FE
Complementary color
Monochromatic Colors of #4326FE
Black with #4326FE
Text Example
Text Example
White with #4326FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4326FE; }
p { color: rgb(67,38,254); }
H1.HeaderClassName
{
color: #4326FE;
}
.AnyTagClassName
{
color: #4326FE;
}
</style>
background-color css
<style>
a { background-color: #4326FE; }
a { background-color: rgb(67,38,254); }
div.DivClassName
{
background-color: #4326FE;
}
.BgClassName
{
background-color: #4326FE;
}
</style>
border-color css
<style>
span { border-color: #4326FE; }
span { border-color: rgb(67,38,254); }
td.TdClassName
{
border-color: #4326FE;
}
.TagClassName
{
border-color: #4326FE;
}
</style>