Shades of Han Purple #4702CE
Tints of Han Purple #4702CE
RGB
CMYK
RGB Variations
Color information
#4702CE (or 0x4702CE) is known color: Han Purple. HEX triplet: 47, 02 and CE. RGB value is (71,2,206). Sum of RGB (Red+Green+Blue) = 71+2+206=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #4702CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4702CE is #B8FD31. Grayscale: #2D2D2D. Windows color (decimal): -12123442 or 13500999. OLE color: 13500999.
HSL color Cylindrical-coordinate representation of color #4702CE: hue angle of 260.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4702CE is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 2 | 206 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.19 |
| HSL | 260.29º | 0.98% | 0.41% | - |
| HSV(B) | 260.29º | 0.99% | 0.81% | - |
| XYZ | 13.76 | 5.84 | 58.79 | - |
| YUV | 45.89 | 218.36 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 206 | 0.66 | 0.99 | 0 | 0.19 | 260.29 | 0.98 | 0.41 |
| Hex | 47 | 2 | CE | 42 | 63 | 0 | 13 | 104 | 62 | 29 |
| Octal | 107 | 2 | 316 | 102 | 143 | 0 | 23 | 404 | 142 | 51 |
| Binary | 1000111 | 10 | 11001110 | 1000010 | 1100011 | 0 | 10011 | 100000100 | 1100010 | 101001 |
Color Harmonies of #4702CE
Complementary color
Monochromatic Colors of #4702CE
Black with #4702CE
Text Example
Text Example
White with #4702CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4702CE; }
p { color: rgb(71,2,206); }
H1.HeaderClassName
{
color: #4702CE;
}
.AnyTagClassName
{
color: #4702CE;
}
</style>
background-color css
<style>
a { background-color: #4702CE; }
a { background-color: rgb(71,2,206); }
div.DivClassName
{
background-color: #4702CE;
}
.BgClassName
{
background-color: #4702CE;
}
</style>
border-color css
<style>
span { border-color: #4702CE; }
span { border-color: rgb(71,2,206); }
td.TdClassName
{
border-color: #4702CE;
}
.TagClassName
{
border-color: #4702CE;
}
</style>