#4510DF

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

Shades of Han Purple #4510DF

Tints of Han Purple #4510DF

Color information

#4510DF (or 0x4510DF) is unknown color: approx Han Purple. HEX triplet: 45, 10 and DF. RGB value is (69,16,223). Sum of RGB (Red+Green+Blue) = 69+16+223=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #4510DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4510DF is #BAEF20. Grayscale: #363636. Windows color (decimal): -12250913 or 14618693. OLE color: 14618693.

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

Color convert

RGB6916223-
CMYK0.690.9300.13
HSL255.36º86.61%46.86%-
HSV(B)255.36º92.83%87.45%-
XYZ15.966.9670.32-
YUV55.44222.56137.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 16 (6.64% from 255) = 5.19%
BLUE value IS 223 (87.5% from 255) = 72.40%
R=22.40%
G=5.19%
B=72.40%

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
Decimal69162230.690.9300.13255.3686.6146.86
Hex4510DF455D0Dff572f
Octal1052033710513501537712757
Binary100010110000110111111000101101110101101111111111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4510DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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