Shades of Han Purple #4305E6
Tints of Han Purple #4305E6
RGB
CMYK
RGB Variations
Color information
#4305E6 (or 0x4305E6) is known color: Han Purple. HEX triplet: 43, 05 and E6. RGB value is (67,5,230). Sum of RGB (Red+Green+Blue) = 67+5+230=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 230 (90.23% from 255 or 76.16% from 302); Max value from RGB is 230 - color contains mainly: blue. Hex color #4305E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4305E6 is #BCFA19. Grayscale: #303030. Windows color (decimal): -12384794 or 15074627. OLE color: 15074627.
HSL color Cylindrical-coordinate representation of color #4305E6: hue angle of 256.53º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4305E6 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 5 | 230 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.10 |
| HSL | 256.53º | 0.96% | 0.46% | - |
| HSV(B) | 256.53º | 0.98% | 0.9% | - |
| XYZ | 16.65 | 7.02 | 75.34 | - |
| YUV | 49.19 | 230.04 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 230 | 0.71 | 0.98 | 0 | 0.10 | 256.53 | 0.96 | 0.46 |
| Hex | 43 | 5 | E6 | 47 | 62 | 0 | A | 101 | 60 | 2E |
| Octal | 103 | 5 | 346 | 107 | 142 | 0 | 12 | 401 | 140 | 56 |
| Binary | 1000011 | 101 | 11100110 | 1000111 | 1100010 | 0 | 1010 | 100000001 | 1100000 | 101110 |
Color Harmonies of #4305E6
Complementary color
Monochromatic Colors of #4305E6
Black with #4305E6
Text Example
Text Example
White with #4305E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4305E6; }
p { color: rgb(67,5,230); }
H1.HeaderClassName
{
color: #4305E6;
}
.AnyTagClassName
{
color: #4305E6;
}
</style>
background-color css
<style>
a { background-color: #4305E6; }
a { background-color: rgb(67,5,230); }
div.DivClassName
{
background-color: #4305E6;
}
.BgClassName
{
background-color: #4305E6;
}
</style>
border-color css
<style>
span { border-color: #4305E6; }
span { border-color: rgb(67,5,230); }
td.TdClassName
{
border-color: #4305E6;
}
.TagClassName
{
border-color: #4305E6;
}
</style>