Html Css Color HEX #4C0EEA Han Purple

📋 copy color: '#4C0EEA'

red 76 ◦ green 14 ◦ blue 234

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

Shades of Han Purple #4C0EEA

Tints of Han Purple #4C0EEA

RGB

 RED value IS 76 (30.08% from 255) = 23.46%

 GREEN value IS 14 (5.86% from 255) = 4.32%

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

R = 23.46%
G = 4.32%
B = 72.22%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C0EEA (or 0x4C0EEA) is known color: Han Purple. HEX triplet: 4C, 0E and EA. RGB value is (76,14,234). Sum of RGB (Red+Green+Blue) = 76+14+234=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 234 (91.80% from 255 or 72.22% from 324); Max value from RGB is 234 - color contains mainly: blue. Hex color #4C0EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0EEA is #B3F115. Grayscale: #383838. Windows color (decimal): -11792662 or 15339084. OLE color: 15339084.

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

Color convert

RGB 76 14 234 -
CMYK 0.68 0.94 0 0.08
HSL 256.91º 0.89% 0.49% -
HSV(B) 256.91º 0.94% 0.92% -
XYZ 17.99 7.79 78.4 -
YUV 57.62 227.54 141.11 -
System Red Green Blue C M Y K H S L
Decimal 76 14 234 0.68 0.94 0 0.08 256.91 0.89 0.49
Hex 4C E EA 44 5E 0 8 101 59 31
Octal 114 16 352 104 136 0 10 401 131 61
Binary 1001100 1110 11101010 1000100 1011110 0 1000 100000001 1011001 110001

Color Harmonies of #4C0EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0EEA

Black with #4C0EEA

Text Example


Text Example

White with #4C0EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,14,234); }

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

background-color css

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

 a { background-color: rgb(76,14,234); }

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

border-color css

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

 span { border-color: rgb(76,14,234); }

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