Shades of Han Purple #4325E6
Tints of Han Purple #4325E6
RGB
CMYK
RGB Variations
Color information
#4325E6 (or 0x4325E6) is known color: Han Purple. HEX triplet: 43, 25 and E6. RGB value is (67,37,230). Sum of RGB (Red+Green+Blue) = 67+37+230=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 230 (90.23% from 255 or 68.86% from 334); Max value from RGB is 230 - color contains mainly: blue. Hex color #4325E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4325E6 is #BCDA19. Grayscale: #434343. Windows color (decimal): -12376602 or 15082819. OLE color: 15082819.
HSL color Cylindrical-coordinate representation of color #4325E6: hue angle of 249.33º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4325E6 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 37 | 230 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.10 |
| HSL | 249.33º | 0.79% | 0.52% | - |
| HSV(B) | 249.33º | 0.84% | 0.9% | - |
| XYZ | 17.26 | 8.23 | 75.54 | - |
| YUV | 67.97 | 219.44 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 230 | 0.71 | 0.84 | 0 | 0.10 | 249.33 | 0.79 | 0.52 |
| Hex | 43 | 25 | E6 | 47 | 54 | 0 | A | F9 | 4F | 34 |
| Octal | 103 | 45 | 346 | 107 | 124 | 0 | 12 | 371 | 117 | 64 |
| Binary | 1000011 | 100101 | 11100110 | 1000111 | 1010100 | 0 | 1010 | 11111001 | 1001111 | 110100 |
Color Harmonies of #4325E6
Complementary color
Monochromatic Colors of #4325E6
Black with #4325E6
Text Example
Text Example
White with #4325E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4325E6; }
p { color: rgb(67,37,230); }
H1.HeaderClassName
{
color: #4325E6;
}
.AnyTagClassName
{
color: #4325E6;
}
</style>
background-color css
<style>
a { background-color: #4325E6; }
a { background-color: rgb(67,37,230); }
div.DivClassName
{
background-color: #4325E6;
}
.BgClassName
{
background-color: #4325E6;
}
</style>
border-color css
<style>
span { border-color: #4325E6; }
span { border-color: rgb(67,37,230); }
td.TdClassName
{
border-color: #4325E6;
}
.TagClassName
{
border-color: #4325E6;
}
</style>