Shades of Han Purple #4500CF
Tints of Han Purple #4500CF
RGB
CMYK
RGB Variations
Color information
#4500CF (or 0x4500CF) is known color: Han Purple. HEX triplet: 45, 00 and CF. RGB value is (69,0,207). Sum of RGB (Red+Green+Blue) = 69+0+207=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #4500CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4500CF is #BAFF30. Grayscale: #2B2B2B. Windows color (decimal): -12255025 or 13566021. OLE color: 13566021.
HSL color Cylindrical-coordinate representation of color #4500CF: hue angle of 260º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500CF is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 0 | 207 | - |
| CMYK | 0.67 | 1 | 0 | 0.19 |
| HSL | 260º | 1% | 0.41% | - |
| HSV(B) | 260º | 1% | 0.81% | - |
| XYZ | 13.72 | 5.77 | 59.42 | - |
| YUV | 44.23 | 219.86 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 207 | 0.67 | 1 | 0 | 0.19 | 260 | 1 | 0.41 |
| Hex | 45 | 0 | CF | 43 | 64 | 0 | 13 | 104 | 64 | 29 |
| Octal | 105 | 0 | 317 | 103 | 144 | 0 | 23 | 404 | 144 | 51 |
| Binary | 1000101 | 0 | 11001111 | 1000011 | 1100100 | 0 | 10011 | 100000100 | 1100100 | 101001 |
Color Harmonies of #4500CF
Complementary color
Monochromatic Colors of #4500CF
Black with #4500CF
Text Example
Text Example
White with #4500CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500CF; }
p { color: rgb(69,0,207); }
H1.HeaderClassName
{
color: #4500CF;
}
.AnyTagClassName
{
color: #4500CF;
}
</style>
background-color css
<style>
a { background-color: #4500CF; }
a { background-color: rgb(69,0,207); }
div.DivClassName
{
background-color: #4500CF;
}
.BgClassName
{
background-color: #4500CF;
}
</style>
border-color css
<style>
span { border-color: #4500CF; }
span { border-color: rgb(69,0,207); }
td.TdClassName
{
border-color: #4500CF;
}
.TagClassName
{
border-color: #4500CF;
}
</style>