#4A33EE

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

Shades of Han Purple #4A33EE

Tints of Han Purple #4A33EE

Color information

#4A33EE (or 0x4A33EE) is unknown color: approx Han Purple. HEX triplet: 4A, 33 and EE. RGB value is (74,51,238). Sum of RGB (Red+Green+Blue) = 74+51+238=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A33EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A33EE is #B5CC11. Grayscale: #4E4E4E. Windows color (decimal): -11914258 or 15610698. OLE color: 15610698.

HSL color Cylindrical-coordinate representation of color #4A33EE: hue angle of 247.38º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A33EE is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7451238-
CMYK0.690.7900.07
HSL247.38º84.62%56.67%-
HSV(B)247.38º78.57%93.33%-
XYZ19.441081.79-
YUV79.19217.62124.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.39%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 238 (93.36% from 255) = 65.56%
R=20.39%
G=14.05%
B=65.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal74512380.690.7900.07247.3884.6256.67
Hex4A33EE454F07f75539
Octal112633561051170736712571
Binary100101011001111101110100010110011110111111101111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A33EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,51,238); }

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

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

 a { background-color: rgb(74,51,238); }

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

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

 span { border-color: rgb(74,51,238); }

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