#4507EB

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

Shades of Han Purple #4507EB

Tints of Han Purple #4507EB

Color information

#4507EB (or 0x4507EB) is unknown color: approx Han Purple. HEX triplet: 45, 07 and EB. RGB value is (69,7,235). Sum of RGB (Red+Green+Blue) = 69+7+235=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 235 (92.19% from 255 or 75.56% from 311); Max value from RGB is 235 - color contains mainly: blue. Hex color #4507EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4507EB is #BAF814. Grayscale: #323232. Windows color (decimal): -12253205 or 15402821. OLE color: 15402821.

HSL color Cylindrical-coordinate representation of color #4507EB: hue angle of 256.32º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4507EB is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB697235-
CMYK0.710.9700.08
HSL256.32º94.21%47.45%-
HSV(B)256.32º97.02%92.16%-
XYZ17.537.4279.1-
YUV51.53231.54140.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 7 (3.12% from 255) = 2.25%
BLUE value IS 235 (92.19% from 255) = 75.56%
R=22.19%
G=2.25%
B=75.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal6972350.710.9700.08256.3294.2147.45
Hex457EB4761081005e2f
Octal105735310714101040013657
Binary10001011111110101110001111100001010001000000001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4507EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4507EB; }

 p { color: rgb(69,7,235); }

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

<style>
 a { background-color: #4507EB; }

 a { background-color: rgb(69,7,235); }

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

<style>
 span { border-color: #4507EB; }

 span { border-color: rgb(69,7,235); }

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