Html Css Color HEX #4A0CEC Han Purple

📋 copy color: '#4A0CEC'

red 74 ◦ green 12 ◦ blue 236

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

Shades of Han Purple #4A0CEC

Tints of Han Purple #4A0CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.73%

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

R = 22.98%
G = 3.73%
B = 73.29%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A0CEC (or 0x4A0CEC) is known color: Han Purple. HEX triplet: 4A, 0C and EC. RGB value is (74,12,236). Sum of RGB (Red+Green+Blue) = 74+12+236=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A0CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0CEC is #B5F313. Grayscale: #373737. Windows color (decimal): -11924244 or 15469642. OLE color: 15469642.

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

Color convert

RGB 74 12 236 -
CMYK 0.69 0.95 0 0.07
HSL 256.61º 0.9% 0.49% -
HSV(B) 256.61º 0.95% 0.93% -
XYZ 18.1 7.77 79.9 -
YUV 56.07 229.54 140.79 -
System Red Green Blue C M Y K H S L
Decimal 74 12 236 0.69 0.95 0 0.07 256.61 0.9 0.49
Hex 4A C EC 45 5F 0 7 101 5A 31
Octal 112 14 354 105 137 0 7 401 132 61
Binary 1001010 1100 11101100 1000101 1011111 0 111 100000001 1011010 110001

Color Harmonies of #4A0CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0CEC

Black with #4A0CEC

Text Example


Text Example

White with #4A0CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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