#4A07EB

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

Shades of Han Purple #4A07EB

Tints of Han Purple #4A07EB

Color information

#4A07EB (or 0x4A07EB) is unknown color: approx Han Purple. HEX triplet: 4A, 07 and EB. RGB value is (74,7,235). Sum of RGB (Red+Green+Blue) = 74+7+235=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A07EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A07EB is #B5F814. Grayscale: #343434. Windows color (decimal): -11925525 or 15402826. OLE color: 15402826.

HSL color Cylindrical-coordinate representation of color #4A07EB: hue angle of 257.63º 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 #4A07EB is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB747235-
CMYK0.690.9700.08
HSL257.63º94.21%47.45%-
HSV(B)257.63º97.02%92.16%-
XYZ17.97.6179.12-
YUV53.03230.7142.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.42%
GREEN value IS 7 (3.12% from 255) = 2.22%
BLUE value IS 235 (92.19% from 255) = 74.37%
R=23.42%
G=2.22%
B=74.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7472350.690.9700.08257.6394.2147.45
Hex4A7EB4561081025e2f
Octal112735310514101040213657
Binary10010101111110101110001011100001010001000000101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A07EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A07EB; }

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

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

<style>
 a { background-color: #4A07EB; }

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

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

<style>
 span { border-color: #4A07EB; }

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

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