#4512DE

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

Shades of Han Purple #4512DE

Tints of Han Purple #4512DE

Color information

#4512DE (or 0x4512DE) is unknown color: approx Han Purple. HEX triplet: 45, 12 and DE. RGB value is (69,18,222). Sum of RGB (Red+Green+Blue) = 69+18+222=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #4512DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4512DE is #BAED21. Grayscale: #373737. Windows color (decimal): -12250402 or 14553669. OLE color: 14553669.

HSL color Cylindrical-coordinate representation of color #4512DE: hue angle of 255º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4512DE is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6918222-
CMYK0.690.9200.13
HSL255º85%47.06%-
HSV(B)255º91.89%87.06%-
XYZ15.866.9769.62-
YUV56.5221.4136.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 18 (7.42% from 255) = 5.83%
BLUE value IS 222 (87.11% from 255) = 71.84%
R=22.33%
G=5.83%
B=71.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69182220.690.9200.132558547.06
Hex4512DE455C0Dff552f
Octal1052233610513401537712557
Binary100010110010110111101000101101110001101111111111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4512DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4512DE; }

 p { color: rgb(69,18,222); }

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

<style>
 a { background-color: #4512DE; }

 a { background-color: rgb(69,18,222); }

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

<style>
 span { border-color: #4512DE; }

 span { border-color: rgb(69,18,222); }

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