Html Css Color HEX #4C00DE Han Purple

📋 copy color: '#4C00DE'

red 76 ◦ green 0 ◦ blue 222

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

Shades of Han Purple #4C00DE

Tints of Han Purple #4C00DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 222 (87.11% from 255) = 74.5%

R = 25.5%
G = 0%
B = 74.5%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C00DE (or 0x4C00DE) is known color: Han Purple. HEX triplet: 4C, 00 and DE. RGB value is (76,0,222). Sum of RGB (Red+Green+Blue) = 76+0+222=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 222 (87.11% from 255 or 74.50% from 298); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C00DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C00DE is #B3FF21. Grayscale: #2F2F2F. Windows color (decimal): -11796258 or 14549068. OLE color: 14549068.

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

Color convert

RGB 76 0 222 -
CMYK 0.66 1 0 0.13
HSL 260.54º 1% 0.44% -
HSV(B) 260.54º 1% 0.87% -
XYZ 16.17 6.81 69.57 -
YUV 48.03 226.18 147.95 -
System Red Green Blue C M Y K H S L
Decimal 76 0 222 0.66 1 0 0.13 260.54 1 0.44
Hex 4C 0 DE 42 64 0 D 105 64 2C
Octal 114 0 336 102 144 0 15 405 144 54
Binary 1001100 0 11011110 1000010 1100100 0 1101 100000101 1100100 101100

Color Harmonies of #4C00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C00DE

Black with #4C00DE

Text Example


Text Example

White with #4C00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,0,222); }

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

background-color css

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

 a { background-color: rgb(76,0,222); }

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

border-color css

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

 span { border-color: rgb(76,0,222); }

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