Html Css Color HEX #4A04EC Han Purple

📋 copy color: '#4A04EC'

red 74 ◦ green 4 ◦ blue 236

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

Shades of Han Purple #4A04EC

Tints of Han Purple #4A04EC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

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

R = 23.57%
G = 1.27%
B = 75.16%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A04EC (or 0x4A04EC) is known color: Han Purple. HEX triplet: 4A, 04 and EC. RGB value is (74,4,236). Sum of RGB (Red+Green+Blue) = 74+4+236=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A04EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A04EC is #B5FB13. Grayscale: #323232. Windows color (decimal): -11926292 or 15467594. OLE color: 15467594.

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

Color convert

RGB 74 4 236 -
CMYK 0.69 0.98 0 0.07
HSL 258.1º 0.97% 0.47% -
HSV(B) 258.1º 0.98% 0.93% -
XYZ 18.01 7.6 79.87 -
YUV 51.38 232.19 144.14 -
System Red Green Blue C M Y K H S L
Decimal 74 4 236 0.69 0.98 0 0.07 258.1 0.97 0.47
Hex 4A 4 EC 45 62 0 7 102 61 2F
Octal 112 4 354 105 142 0 7 402 141 57
Binary 1001010 100 11101100 1000101 1100010 0 111 100000010 1100001 101111

Color Harmonies of #4A04EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A04EC

Black with #4A04EC

Text Example


Text Example

White with #4A04EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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