Html Css Color HEX #4C0AD5 Han Purple

📋 copy color: '#4C0AD5'

red 76 ◦ green 10 ◦ blue 213

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

Shades of Han Purple #4C0AD5

Tints of Han Purple #4C0AD5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.34%

 BLUE value IS 213 (83.59% from 255) = 71.24%

R = 25.42%
G = 3.34%
B = 71.24%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4C0AD5 (or 0x4C0AD5) is known color: Han Purple. HEX triplet: 4C, 0A and D5. RGB value is (76,10,213). Sum of RGB (Red+Green+Blue) = 76+10+213=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 213 (83.59% from 255 or 71.24% from 299); Max value from RGB is 213 - color contains mainly: blue. Hex color #4C0AD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0AD5 is #B3F52A. Grayscale: #343434. Windows color (decimal): -11793707 or 13961804. OLE color: 13961804.

HSL color Cylindrical-coordinate representation of color #4C0AD5: hue angle of 259.51º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0AD5 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 10 213 -
CMYK 0.64 0.95 0 0.16
HSL 259.51º 0.91% 0.44% -
HSV(B) 259.51º 0.95% 0.84% -
XYZ 15.1 6.56 63.42 -
YUV 52.88 218.37 144.49 -
System Red Green Blue C M Y K H S L
Decimal 76 10 213 0.64 0.95 0 0.16 259.51 0.91 0.44
Hex 4C A D5 40 5F 0 10 104 5B 2C
Octal 114 12 325 100 137 0 20 404 133 54
Binary 1001100 1010 11010101 1000000 1011111 0 10000 100000100 1011011 101100

Color Harmonies of #4C0AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0AD5

Black with #4C0AD5

Text Example


Text Example

White with #4C0AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,10,213); }

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

background-color css

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

 a { background-color: rgb(76,10,213); }

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

border-color css

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

 span { border-color: rgb(76,10,213); }

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