Html Css Color HEX #4C0ADF Han Purple

📋 copy color: '#4C0ADF'

red 76 ◦ green 10 ◦ blue 223

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

Shades of Han Purple #4C0ADF

Tints of Han Purple #4C0ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 24.6%
G = 3.24%
B = 72.17%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C0ADF (or 0x4C0ADF) is known color: Han Purple. HEX triplet: 4C, 0A and DF. RGB value is (76,10,223). Sum of RGB (Red+Green+Blue) = 76+10+223=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C0ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0ADF is #B3F520. Grayscale: #353535. Windows color (decimal): -11793697 or 14617164. OLE color: 14617164.

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

Color convert

RGB 76 10 223 -
CMYK 0.66 0.96 0 0.13
HSL 258.59º 0.91% 0.46% -
HSV(B) 258.59º 0.96% 0.87% -
XYZ 16.41 7.08 70.31 -
YUV 54.02 223.37 143.68 -
System Red Green Blue C M Y K H S L
Decimal 76 10 223 0.66 0.96 0 0.13 258.59 0.91 0.46
Hex 4C A DF 42 60 0 D 103 5B 2E
Octal 114 12 337 102 140 0 15 403 133 56
Binary 1001100 1010 11011111 1000010 1100000 0 1101 100000011 1011011 101110

Color Harmonies of #4C0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0ADF

Black with #4C0ADF

Text Example


Text Example

White with #4C0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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