#4510DD

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

Shades of Han Purple #4510DD

Tints of Han Purple #4510DD

Color information

#4510DD (or 0x4510DD) is unknown color: approx Han Purple. HEX triplet: 45, 10 and DD. RGB value is (69,16,221). Sum of RGB (Red+Green+Blue) = 69+16+221=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #4510DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4510DD is #BAEF22. Grayscale: #363636. Windows color (decimal): -12250915 or 14487621. OLE color: 14487621.

HSL color Cylindrical-coordinate representation of color #4510DD: hue angle of 255.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4510DD is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6916221-
CMYK0.690.9300.13
HSL255.51º86.5%46.47%-
HSV(B)255.51º92.76%86.67%-
XYZ15.696.8668.9-
YUV55.22221.56137.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 16 (6.64% from 255) = 5.23%
BLUE value IS 221 (86.72% from 255) = 72.22%
R=22.55%
G=5.23%
B=72.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69162210.690.9300.13255.5186.546.47
Hex4510DD455D0D100562e
Octal1052033510513501540012656
Binary1000101100001101110110001011011101011011000000001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4510DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4510DD; }

 p { color: rgb(69,16,221); }

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

<style>
 a { background-color: #4510DD; }

 a { background-color: rgb(69,16,221); }

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

<style>
 span { border-color: #4510DD; }

 span { border-color: rgb(69,16,221); }

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