Html Css Color HEX #4A0CE8 Han Purple

📋 copy color: '#4A0CE8'

red 74 ◦ green 12 ◦ blue 232

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

Shades of Han Purple #4A0CE8

Tints of Han Purple #4A0CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 72.96%

R = 23.27%
G = 3.77%
B = 72.96%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4A0CE8 (or 0x4A0CE8) is known color: Han Purple. HEX triplet: 4A, 0C and E8. RGB value is (74,12,232). Sum of RGB (Red+Green+Blue) = 74+12+232=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 232 (91.02% from 255 or 72.96% from 318); Max value from RGB is 232 - color contains mainly: blue. Hex color #4A0CE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0CE8 is #B5F317. Grayscale: #363636. Windows color (decimal): -11924248 or 15207498. OLE color: 15207498.

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

Color convert

RGB 74 12 232 -
CMYK 0.68 0.95 0 0.09
HSL 256.91º 0.9% 0.48% -
HSV(B) 256.91º 0.95% 0.91% -
XYZ 17.52 7.54 76.88 -
YUV 55.62 227.54 141.11 -
System Red Green Blue C M Y K H S L
Decimal 74 12 232 0.68 0.95 0 0.09 256.91 0.9 0.48
Hex 4A C E8 44 5F 0 9 101 5A 30
Octal 112 14 350 104 137 0 11 401 132 60
Binary 1001010 1100 11101000 1000100 1011111 0 1001 100000001 1011010 110000

Color Harmonies of #4A0CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0CE8

Black with #4A0CE8

Text Example


Text Example

White with #4A0CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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