Html Css Color HEX #4A0CEA Han Purple

📋 copy color: '#4A0CEA'

red 74 ◦ green 12 ◦ blue 234

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

Shades of Han Purple #4A0CEA

Tints of Han Purple #4A0CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 73.13%

R = 23.13%
G = 3.75%
B = 73.13%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A0CEA (or 0x4A0CEA) is known color: Han Purple. HEX triplet: 4A, 0C and EA. RGB value is (74,12,234). Sum of RGB (Red+Green+Blue) = 74+12+234=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A0CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0CEA is #B5F315. Grayscale: #373737. Windows color (decimal): -11924246 or 15338570. OLE color: 15338570.

HSL color Cylindrical-coordinate representation of color #4A0CEA: hue angle of 256.76º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0CEA is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 12 234 -
CMYK 0.68 0.95 0 0.08
HSL 256.76º 0.9% 0.48% -
HSV(B) 256.76º 0.95% 0.92% -
XYZ 17.81 7.66 78.38 -
YUV 55.85 228.54 140.95 -
System Red Green Blue C M Y K H S L
Decimal 74 12 234 0.68 0.95 0 0.08 256.76 0.9 0.48
Hex 4A C EA 44 5F 0 8 101 5A 30
Octal 112 14 352 104 137 0 10 401 132 60
Binary 1001010 1100 11101010 1000100 1011111 0 1000 100000001 1011010 110000

Color Harmonies of #4A0CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0CEA

Black with #4A0CEA

Text Example


Text Example

White with #4A0CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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