Shades of Han Purple #4506CC
Tints of Han Purple #4506CC
RGB
CMYK
RGB Variations
Color information
#4506CC (or 0x4506CC) is known color: Han Purple. HEX triplet: 45, 06 and CC. RGB value is (69,6,204). Sum of RGB (Red+Green+Blue) = 69+6+204=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #4506CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4506CC is #BAF933. Grayscale: #2E2E2E. Windows color (decimal): -12253492 or 13370949. OLE color: 13370949.
HSL color Cylindrical-coordinate representation of color #4506CC: hue angle of 259.09º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4506CC is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 6 | 204 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.2 |
| HSL | 259.09º | 0.94% | 0.41% | - |
| HSV(B) | 259.09º | 0.97% | 0.8% | - |
| XYZ | 13.42 | 5.76 | 57.53 | - |
| YUV | 47.41 | 216.37 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 204 | 0.66 | 0.97 | 0 | 0.2 | 259.09 | 0.94 | 0.41 |
| Hex | 45 | 6 | CC | 42 | 61 | 0 | 14 | 103 | 5E | 29 |
| Octal | 105 | 6 | 314 | 102 | 141 | 0 | 24 | 403 | 136 | 51 |
| Binary | 1000101 | 110 | 11001100 | 1000010 | 1100001 | 0 | 10100 | 100000011 | 1011110 | 101001 |
Color Harmonies of #4506CC
Complementary color
Monochromatic Colors of #4506CC
Black with #4506CC
Text Example
Text Example
White with #4506CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4506CC; }
p { color: rgb(69,6,204); }
H1.HeaderClassName
{
color: #4506CC;
}
.AnyTagClassName
{
color: #4506CC;
}
</style>
background-color css
<style>
a { background-color: #4506CC; }
a { background-color: rgb(69,6,204); }
div.DivClassName
{
background-color: #4506CC;
}
.BgClassName
{
background-color: #4506CC;
}
</style>
border-color css
<style>
span { border-color: #4506CC; }
span { border-color: rgb(69,6,204); }
td.TdClassName
{
border-color: #4506CC;
}
.TagClassName
{
border-color: #4506CC;
}
</style>