Shades of Han Purple #450BCE
Tints of Han Purple #450BCE
RGB
CMYK
RGB Variations
Color information
#450BCE (or 0x450BCE) is known color: Han Purple. HEX triplet: 45, 0B and CE. RGB value is (69,11,206). Sum of RGB (Red+Green+Blue) = 69+11+206=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #450BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450BCE is #BAF431. Grayscale: #313131. Windows color (decimal): -12252210 or 13503301. OLE color: 13503301.
HSL color Cylindrical-coordinate representation of color #450BCE: hue angle of 257.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450BCE is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 11 | 206 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.19 |
| HSL | 257.85º | 0.9% | 0.43% | - |
| HSV(B) | 257.85º | 0.95% | 0.81% | - |
| XYZ | 13.71 | 5.96 | 58.82 | - |
| YUV | 50.57 | 215.72 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 206 | 0.67 | 0.95 | 0 | 0.19 | 257.85 | 0.9 | 0.43 |
| Hex | 45 | B | CE | 43 | 5F | 0 | 13 | 102 | 5A | 2B |
| Octal | 105 | 13 | 316 | 103 | 137 | 0 | 23 | 402 | 132 | 53 |
| Binary | 1000101 | 1011 | 11001110 | 1000011 | 1011111 | 0 | 10011 | 100000010 | 1011010 | 101011 |
Color Harmonies of #450BCE
Complementary color
Monochromatic Colors of #450BCE
Black with #450BCE
Text Example
Text Example
White with #450BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450BCE; }
p { color: rgb(69,11,206); }
H1.HeaderClassName
{
color: #450BCE;
}
.AnyTagClassName
{
color: #450BCE;
}
</style>
background-color css
<style>
a { background-color: #450BCE; }
a { background-color: rgb(69,11,206); }
div.DivClassName
{
background-color: #450BCE;
}
.BgClassName
{
background-color: #450BCE;
}
</style>
border-color css
<style>
span { border-color: #450BCE; }
span { border-color: rgb(69,11,206); }
td.TdClassName
{
border-color: #450BCE;
}
.TagClassName
{
border-color: #450BCE;
}
</style>