Html Css Color HEX #4A0AEC Han Purple

📋 copy color: '#4A0AEC'

red 74 ◦ green 10 ◦ blue 236

#4A0AEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4A0AEC

Tints of Han Purple #4A0AEC

RGB

 RED value IS 74 (29.3% from 255) = 23.13%

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 236 (92.58% from 255) = 73.75%

R = 23.13%
G = 3.13%
B = 73.75%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A0AEC (or 0x4A0AEC) is known color: Han Purple. HEX triplet: 4A, 0A and EC. RGB value is (74,10,236). Sum of RGB (Red+Green+Blue) = 74+10+236=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A0AEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0AEC is #B5F513. Grayscale: #363636. Windows color (decimal): -11924756 or 15469130. OLE color: 15469130.

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

Color convert

RGB 74 10 236 -
CMYK 0.69 0.96 0 0.07
HSL 256.99º 0.92% 0.48% -
HSV(B) 256.99º 0.96% 0.93% -
XYZ 18.07 7.73 79.9 -
YUV 54.9 230.2 141.62 -
System Red Green Blue C M Y K H S L
Decimal 74 10 236 0.69 0.96 0 0.07 256.99 0.92 0.48
Hex 4A A EC 45 60 0 7 101 5C 30
Octal 112 12 354 105 140 0 7 401 134 60
Binary 1001010 1010 11101100 1000101 1100000 0 111 100000001 1011100 110000

Color Harmonies of #4A0AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0AEC

Black with #4A0AEC

Text Example


Text Example

White with #4A0AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,10,236); }

 H1.HeaderClassName
 {
   color: #4A0AEC;
 }
 .AnyTagClassName
 {
   color: #4A0AEC;
 }
</style>

background-color css

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

 a { background-color: rgb(74,10,236); }

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

border-color css

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

 span { border-color: rgb(74,10,236); }

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