Shades of Han Purple #4305EA
Tints of Han Purple #4305EA
RGB
CMYK
RGB Variations
Color information
#4305EA (or 0x4305EA) is known color: Han Purple. HEX triplet: 43, 05 and EA. RGB value is (67,5,234). Sum of RGB (Red+Green+Blue) = 67+5+234=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #4305EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4305EA is #BCFA15. Grayscale: #303030. Windows color (decimal): -12384790 or 15336771. OLE color: 15336771.
HSL color Cylindrical-coordinate representation of color #4305EA: hue angle of 256.24º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4305EA is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 5 | 234 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.08 |
| HSL | 256.24º | 0.96% | 0.47% | - |
| HSV(B) | 256.24º | 0.98% | 0.92% | - |
| XYZ | 17.22 | 7.24 | 78.33 | - |
| YUV | 49.64 | 232.04 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 234 | 0.71 | 0.98 | 0 | 0.08 | 256.24 | 0.96 | 0.47 |
| Hex | 43 | 5 | EA | 47 | 62 | 0 | 8 | 100 | 60 | 2F |
| Octal | 103 | 5 | 352 | 107 | 142 | 0 | 10 | 400 | 140 | 57 |
| Binary | 1000011 | 101 | 11101010 | 1000111 | 1100010 | 0 | 1000 | 100000000 | 1100000 | 101111 |
Color Harmonies of #4305EA
Complementary color
Monochromatic Colors of #4305EA
Black with #4305EA
Text Example
Text Example
White with #4305EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4305EA; }
p { color: rgb(67,5,234); }
H1.HeaderClassName
{
color: #4305EA;
}
.AnyTagClassName
{
color: #4305EA;
}
</style>
background-color css
<style>
a { background-color: #4305EA; }
a { background-color: rgb(67,5,234); }
div.DivClassName
{
background-color: #4305EA;
}
.BgClassName
{
background-color: #4305EA;
}
</style>
border-color css
<style>
span { border-color: #4305EA; }
span { border-color: rgb(67,5,234); }
td.TdClassName
{
border-color: #4305EA;
}
.TagClassName
{
border-color: #4305EA;
}
</style>