Shades of Han Purple #4A00CD
Tints of Han Purple #4A00CD
RGB
CMYK
RGB Variations
Color information
#4A00CD (or 0x4A00CD) is known color: Han Purple. HEX triplet: 4A, 00 and CD. RGB value is (74,0,205). Sum of RGB (Red+Green+Blue) = 74+0+205=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A00CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A00CD is #B5FF32. Grayscale: #2C2C2C. Windows color (decimal): -11927347 or 13434954. OLE color: 13434954.
HSL color Cylindrical-coordinate representation of color #4A00CD: hue angle of 261.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A00CD is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 74 | 0 | 205 | - |
CMYK | 0.64 | 1 | 0 | 0.20 |
HSL | 261.66º | 1% | 0.4% | - |
HSV(B) | 261.66º | 1% | 0.8% | - |
XYZ | 13.84 | 5.86 | 58.16 | - |
YUV | 45.5 | 218.02 | 148.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 74 | 0 | 205 | 0.64 | 1 | 0 | 0.20 | 261.66 | 1 | 0.4 |
Hex | 4A | 0 | CD | 40 | 64 | 0 | 14 | 106 | 64 | 28 |
Octal | 112 | 0 | 315 | 100 | 144 | 0 | 24 | 406 | 144 | 50 |
Binary | 1001010 | 0 | 11001101 | 1000000 | 1100100 | 0 | 10100 | 100000110 | 1100100 | 101000 |
Color Harmonies of #4A00CD
Complementary color
Monochromatic Colors of #4A00CD
Black with #4A00CD
Text Example
Text Example
White with #4A00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A00CD; }
p { color: rgb(74,0,205); }
H1.HeaderClassName
{
color: #4A00CD;
}
.AnyTagClassName
{
color: #4A00CD;
}
</style>
background-color css
<style>
a { background-color: #4A00CD; }
a { background-color: rgb(74,0,205); }
div.DivClassName
{
background-color: #4A00CD;
}
.BgClassName
{
background-color: #4A00CD;
}
</style>
border-color css
<style>
span { border-color: #4A00CD; }
span { border-color: rgb(74,0,205); }
td.TdClassName
{
border-color: #4A00CD;
}
.TagClassName
{
border-color: #4A00CD;
}
</style>