Html Css Color HEX #4A12EC Han Purple

📋 copy color: '#4A12EC'

red 74 ◦ green 18 ◦ blue 236

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

Shades of Han Purple #4A12EC

Tints of Han Purple #4A12EC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

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

R = 22.56%
G = 5.49%
B = 71.95%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A12EC (or 0x4A12EC) is known color: Han Purple. HEX triplet: 4A, 12 and EC. RGB value is (74,18,236). Sum of RGB (Red+Green+Blue) = 74+18+236=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A12EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A12EC is #B5ED13. Grayscale: #3A3A3A. Windows color (decimal): -11922708 or 15471178. OLE color: 15471178.

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

Color convert

RGB 74 18 236 -
CMYK 0.69 0.92 0 0.07
HSL 255.41º 0.86% 0.5% -
HSV(B) 255.41º 0.92% 0.93% -
XYZ 18.18 7.94 79.93 -
YUV 59.6 227.55 138.27 -
System Red Green Blue C M Y K H S L
Decimal 74 18 236 0.69 0.92 0 0.07 255.41 0.86 0.5
Hex 4A 12 EC 45 5C 0 7 FF 56 32
Octal 112 22 354 105 134 0 7 377 126 62
Binary 1001010 10010 11101100 1000101 1011100 0 111 11111111 1010110 110010

Color Harmonies of #4A12EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A12EC

Black with #4A12EC

Text Example


Text Example

White with #4A12EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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