Shades of Han Purple #600EDA
Tints of Han Purple #600EDA
RGB
CMYK
RGB Variations
Color information
#600EDA (or 0x600EDA) is known color: Han Purple. HEX triplet: 60, 0E and DA. RGB value is (96,14,218). Sum of RGB (Red+Green+Blue) = 96+14+218=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #600EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600EDA is #9FF125. Grayscale: #3D3D3D. Windows color (decimal): -10481958 or 14290528. OLE color: 14290528.
HSL color Cylindrical-coordinate representation of color #600EDA: hue angle of 264.12º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600EDA is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 14 | 218 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.15 |
| HSL | 264.12º | 0.88% | 0.45% | - |
| HSV(B) | 264.12º | 0.94% | 0.85% | - |
| XYZ | 17.64 | 7.86 | 66.92 | - |
| YUV | 61.77 | 216.17 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 218 | 0.56 | 0.94 | 0 | 0.15 | 264.12 | 0.88 | 0.45 |
| Hex | 60 | E | DA | 38 | 5E | 0 | F | 108 | 58 | 2D |
| Octal | 140 | 16 | 332 | 70 | 136 | 0 | 17 | 410 | 130 | 55 |
| Binary | 1100000 | 1110 | 11011010 | 111000 | 1011110 | 0 | 1111 | 100001000 | 1011000 | 101101 |
Color Harmonies of #600EDA
Complementary color
Monochromatic Colors of #600EDA
Black with #600EDA
Text Example
Text Example
White with #600EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600EDA; }
p { color: rgb(96,14,218); }
H1.HeaderClassName
{
color: #600EDA;
}
.AnyTagClassName
{
color: #600EDA;
}
</style>
background-color css
<style>
a { background-color: #600EDA; }
a { background-color: rgb(96,14,218); }
div.DivClassName
{
background-color: #600EDA;
}
.BgClassName
{
background-color: #600EDA;
}
</style>
border-color css
<style>
span { border-color: #600EDA; }
span { border-color: rgb(96,14,218); }
td.TdClassName
{
border-color: #600EDA;
}
.TagClassName
{
border-color: #600EDA;
}
</style>