Html Css Color HEX #4C0EDD Han Purple

📋 copy color: '#4C0EDD'

red 76 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #4C0EDD

Tints of Han Purple #4C0EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 24.44%
G = 4.5%
B = 71.06%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C0EDD (or 0x4C0EDD) is known color: Han Purple. HEX triplet: 4C, 0E and DD. RGB value is (76,14,221). Sum of RGB (Red+Green+Blue) = 76+14+221=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C0EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0EDD is #B3F122. Grayscale: #373737. Windows color (decimal): -11792675 or 14487116. OLE color: 14487116.

HSL color Cylindrical-coordinate representation of color #4C0EDD: hue angle of 257.97º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0EDD is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 14 221 -
CMYK 0.66 0.94 0 0.13
HSL 257.97º 0.88% 0.46% -
HSV(B) 257.97º 0.94% 0.87% -
XYZ 16.19 7.07 68.92 -
YUV 56.14 221.04 142.17 -
System Red Green Blue C M Y K H S L
Decimal 76 14 221 0.66 0.94 0 0.13 257.97 0.88 0.46
Hex 4C E DD 42 5E 0 D 102 58 2E
Octal 114 16 335 102 136 0 15 402 130 56
Binary 1001100 1110 11011101 1000010 1011110 0 1101 100000010 1011000 101110

Color Harmonies of #4C0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0EDD

Black with #4C0EDD

Text Example


Text Example

White with #4C0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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