Html Css Color HEX #4C20FC Han Purple

📋 copy color: '#4C20FC'

red 76 ◦ green 32 ◦ blue 252

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

Shades of Han Purple #4C20FC

Tints of Han Purple #4C20FC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.89%

 BLUE value IS 252 (98.83% from 255) = 70%

R = 21.11%
G = 8.89%
B = 70%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C20FC (or 0x4C20FC) is known color: Han Purple. HEX triplet: 4C, 20 and FC. RGB value is (76,32,252). Sum of RGB (Red+Green+Blue) = 76+32+252=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C20FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C20FC is #B3DF03. Grayscale: #454545. Windows color (decimal): -11788036 or 16523340. OLE color: 16523340.

HSL color Cylindrical-coordinate representation of color #4C20FC: hue angle of 252º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C20FC is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 32 252 -
CMYK 0.70 0.87 0 0.01
HSL 252º 0.97% 0.56% -
HSV(B) 252º 0.87% 0.99% -
XYZ 21.07 9.6 92.84 -
YUV 70.24 230.58 132.11 -
System Red Green Blue C M Y K H S L
Decimal 76 32 252 0.70 0.87 0 0.01 252 0.97 0.56
Hex 4C 20 FC 46 57 0 1 FC 61 38
Octal 114 40 374 106 127 0 1 374 141 70
Binary 1001100 100000 11111100 1000110 1010111 0 1 11111100 1100001 111000

Color Harmonies of #4C20FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C20FC

Black with #4C20FC

Text Example


Text Example

White with #4C20FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,252); }

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

background-color css

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

 a { background-color: rgb(76,32,252); }

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

border-color css

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

 span { border-color: rgb(76,32,252); }

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