Shades of Han Purple #450CFD
Tints of Han Purple #450CFD
RGB
CMYK
RGB Variations
Color information
#450CFD (or 0x450CFD) is known color: Han Purple. HEX triplet: 45, 0C and FD. RGB value is (69,12,253). Sum of RGB (Red+Green+Blue) = 69+12+253=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #450CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450CFD is #BAF302. Grayscale: #373737. Windows color (decimal): -12251907 or 16583749. OLE color: 16583749.
HSL color Cylindrical-coordinate representation of color #450CFD: hue angle of 254.19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450CFD is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 12 | 253 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.01 |
| HSL | 254.19º | 0.98% | 0.52% | - |
| HSV(B) | 254.19º | 0.95% | 0.99% | - |
| XYZ | 20.32 | 8.62 | 93.52 | - |
| YUV | 56.52 | 238.88 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 253 | 0.73 | 0.95 | 0 | 0.01 | 254.19 | 0.98 | 0.52 |
| Hex | 45 | C | FD | 49 | 5F | 0 | 1 | FE | 62 | 34 |
| Octal | 105 | 14 | 375 | 111 | 137 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000101 | 1100 | 11111101 | 1001001 | 1011111 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #450CFD
Complementary color
Monochromatic Colors of #450CFD
Black with #450CFD
Text Example
Text Example
White with #450CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CFD; }
p { color: rgb(69,12,253); }
H1.HeaderClassName
{
color: #450CFD;
}
.AnyTagClassName
{
color: #450CFD;
}
</style>
background-color css
<style>
a { background-color: #450CFD; }
a { background-color: rgb(69,12,253); }
div.DivClassName
{
background-color: #450CFD;
}
.BgClassName
{
background-color: #450CFD;
}
</style>
border-color css
<style>
span { border-color: #450CFD; }
span { border-color: rgb(69,12,253); }
td.TdClassName
{
border-color: #450CFD;
}
.TagClassName
{
border-color: #450CFD;
}
</style>