#450EEC

Color #450EEC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #450EEC

Tints of Han Purple #450EEC

Color information

#450EEC (or 0x450EEC) is unknown color: approx Han Purple. HEX triplet: 45, 0E and EC. RGB value is (69,14,236). Sum of RGB (Red+Green+Blue) = 69+14+236=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #450EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450EEC is #BAF113. Grayscale: #363636. Windows color (decimal): -12251412 or 15470149. OLE color: 15470149.

HSL color Cylindrical-coordinate representation of color #450EEC: hue angle of 254.86º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450EEC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6914236-
CMYK0.710.9400.07
HSL254.86º88.8%49.02%-
HSV(B)254.86º94.07%92.55%-
XYZ17.757.6479.9-
YUV55.75229.72137.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 236 (92.58% from 255) = 73.98%
R=21.63%
G=4.39%
B=73.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal69142360.710.9400.07254.8688.849.02
Hex45EEC475E07ff5931
Octal105163541071360737713161
Binary1000101111011101100100011110111100111111111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450EEC; }

 p { color: rgb(69,14,236); }

 H1.HeaderClassName
 {
   color: #450EEC;
 }
 .AnyTagClassName
 {
   color: #450EEC;
 }
</style>
background-color css

<style>
 a { background-color: #450EEC; }

 a { background-color: rgb(69,14,236); }

 div.DivClassName
 {
   background-color: #450EEC;
 }
 .BgClassName
 {
   background-color: #450EEC;
 }
</style>
border-color css

<style>
 span { border-color: #450EEC; }

 span { border-color: rgb(69,14,236); }

 td.TdClassName
 {
   border-color: #450EEC;
 }
 .TagClassName
 {
   border-color: #450EEC;
 }
</style>