Shades of Han Purple #4A02CD
Tints of Han Purple #4A02CD
RGB
CMYK
RGB Variations
Color information
#4A02CD (or 0x4A02CD) is known color: Han Purple. HEX triplet: 4A, 02 and CD. RGB value is (74,2,205). Sum of RGB (Red+Green+Blue) = 74+2+205=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A02CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A02CD is #B5FD32. Grayscale: #2D2D2D. Windows color (decimal): -11926835 or 13435466. OLE color: 13435466.
HSL color Cylindrical-coordinate representation of color #4A02CD: hue angle of 261.28º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A02CD is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 2 | 205 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.20 |
| HSL | 261.28º | 0.98% | 0.41% | - |
| HSV(B) | 261.28º | 0.99% | 0.8% | - |
| XYZ | 13.87 | 5.91 | 58.17 | - |
| YUV | 46.67 | 217.35 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 205 | 0.64 | 0.99 | 0 | 0.20 | 261.28 | 0.98 | 0.41 |
| Hex | 4A | 2 | CD | 40 | 63 | 0 | 14 | 105 | 62 | 29 |
| Octal | 112 | 2 | 315 | 100 | 143 | 0 | 24 | 405 | 142 | 51 |
| Binary | 1001010 | 10 | 11001101 | 1000000 | 1100011 | 0 | 10100 | 100000101 | 1100010 | 101001 |
Color Harmonies of #4A02CD
Complementary color
Monochromatic Colors of #4A02CD
Black with #4A02CD
Text Example
Text Example
White with #4A02CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A02CD; }
p { color: rgb(74,2,205); }
H1.HeaderClassName
{
color: #4A02CD;
}
.AnyTagClassName
{
color: #4A02CD;
}
</style>
background-color css
<style>
a { background-color: #4A02CD; }
a { background-color: rgb(74,2,205); }
div.DivClassName
{
background-color: #4A02CD;
}
.BgClassName
{
background-color: #4A02CD;
}
</style>
border-color css
<style>
span { border-color: #4A02CD; }
span { border-color: rgb(74,2,205); }
td.TdClassName
{
border-color: #4A02CD;
}
.TagClassName
{
border-color: #4A02CD;
}
</style>