Html Css Color HEX #4C0EFB Han Purple

📋 copy color: '#4C0EFB'

red 76 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #4C0EFB

Tints of Han Purple #4C0EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 73.61%

R = 22.29%
G = 4.11%
B = 73.61%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C0EFB (or 0x4C0EFB) is known color: Han Purple. HEX triplet: 4C, 0E and FB. RGB value is (76,14,251). Sum of RGB (Red+Green+Blue) = 76+14+251=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C0EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0EFB is #B3F104. Grayscale: #3A3A3A. Windows color (decimal): -11792645 or 16453196. OLE color: 16453196.

HSL color Cylindrical-coordinate representation of color #4C0EFB: hue angle of 255.7º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0EFB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 14 251 -
CMYK 0.70 0.94 0 0.02
HSL 255.7º 0.97% 0.52% -
HSV(B) 255.7º 0.94% 0.98% -
XYZ 20.55 8.82 91.89 -
YUV 59.56 236.04 139.73 -
System Red Green Blue C M Y K H S L
Decimal 76 14 251 0.70 0.94 0 0.02 255.7 0.97 0.52
Hex 4C E FB 46 5E 0 2 100 61 34
Octal 114 16 373 106 136 0 2 400 141 64
Binary 1001100 1110 11111011 1000110 1011110 0 10 100000000 1100001 110100

Color Harmonies of #4C0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0EFB

Black with #4C0EFB

Text Example


Text Example

White with #4C0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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