Shades of Han Purple #4704CE
Tints of Han Purple #4704CE
RGB
CMYK
RGB Variations
Color information
#4704CE (or 0x4704CE) is known color: Han Purple. HEX triplet: 47, 04 and CE. RGB value is (71,4,206). Sum of RGB (Red+Green+Blue) = 71+4+206=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #4704CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4704CE is #B8FB31. Grayscale: #2E2E2E. Windows color (decimal): -12122930 or 13501511. OLE color: 13501511.
HSL color Cylindrical-coordinate representation of color #4704CE: hue angle of 259.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4704CE is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 4 | 206 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.19 |
| HSL | 259.9º | 0.96% | 0.41% | - |
| HSV(B) | 259.9º | 0.98% | 0.81% | - |
| XYZ | 13.78 | 5.88 | 58.8 | - |
| YUV | 47.06 | 217.7 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 206 | 0.66 | 0.98 | 0 | 0.19 | 259.9 | 0.96 | 0.41 |
| Hex | 47 | 4 | CE | 42 | 62 | 0 | 13 | 104 | 60 | 29 |
| Octal | 107 | 4 | 316 | 102 | 142 | 0 | 23 | 404 | 140 | 51 |
| Binary | 1000111 | 100 | 11001110 | 1000010 | 1100010 | 0 | 10011 | 100000100 | 1100000 | 101001 |
Color Harmonies of #4704CE
Complementary color
Monochromatic Colors of #4704CE
Black with #4704CE
Text Example
Text Example
White with #4704CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4704CE; }
p { color: rgb(71,4,206); }
H1.HeaderClassName
{
color: #4704CE;
}
.AnyTagClassName
{
color: #4704CE;
}
</style>
background-color css
<style>
a { background-color: #4704CE; }
a { background-color: rgb(71,4,206); }
div.DivClassName
{
background-color: #4704CE;
}
.BgClassName
{
background-color: #4704CE;
}
</style>
border-color css
<style>
span { border-color: #4704CE; }
span { border-color: rgb(71,4,206); }
td.TdClassName
{
border-color: #4704CE;
}
.TagClassName
{
border-color: #4704CE;
}
</style>