#4504D0

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

Shades of Han Purple #4504D0

Tints of Han Purple #4504D0

Color information

#4504D0 (or 0x4504D0) is unknown color: approx Han Purple. HEX triplet: 45, 04 and D0. RGB value is (69,4,208). Sum of RGB (Red+Green+Blue) = 69+4+208=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 208 (81.64% from 255 or 74.02% from 281); Max value from RGB is 208 - color contains mainly: blue. Hex color #4504D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4504D0 is #BAFB2F. Grayscale: #2D2D2D. Windows color (decimal): -12254000 or 13632581. OLE color: 13632581.

HSL color Cylindrical-coordinate representation of color #4504D0: hue angle of 259.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4504D0 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB694208-
CMYK0.670.9800.18
HSL259.12º96.23%41.57%-
HSV(B)259.12º98.08%81.57%-
XYZ13.885.9160.08-
YUV46.69219.03143.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 208 (81.64% from 255) = 74.02%
R=24.56%
G=1.42%
B=74.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal6942080.670.9800.18259.1296.2341.57
Hex454D04362012103602a
Octal105432010314202240314052
Binary100010110011010000100001111000100100101000000111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4504D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4504D0; }

 p { color: rgb(69,4,208); }

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

<style>
 a { background-color: #4504D0; }

 a { background-color: rgb(69,4,208); }

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

<style>
 span { border-color: #4504D0; }

 span { border-color: rgb(69,4,208); }

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