Html Css Color HEX #4F20DC Han Purple

📋 copy color: '#4F20DC'

red 79 ◦ green 32 ◦ blue 220

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

Shades of Han Purple #4F20DC

Tints of Han Purple #4F20DC

RGB

 RED value IS 79 (31.25% from 255) = 23.87%

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

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 23.87%
G = 9.67%
B = 66.47%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F20DC (or 0x4F20DC) is known color: Han Purple. HEX triplet: 4F, 20 and DC. RGB value is (79,32,220). Sum of RGB (Red+Green+Blue) = 79+32+220=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F20DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F20DC is #B0DF23. Grayscale: #424242. Windows color (decimal): -11591460 or 14426191. OLE color: 14426191.

HSL color Cylindrical-coordinate representation of color #4F20DC: hue angle of 255º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F20DC is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 32 220 -
CMYK 0.64 0.85 0 0.14
HSL 255º 0.75% 0.49% -
HSV(B) 255º 0.85% 0.86% -
XYZ 16.66 7.86 68.35 -
YUV 67.49 214.07 136.21 -
System Red Green Blue C M Y K H S L
Decimal 79 32 220 0.64 0.85 0 0.14 255 0.75 0.49
Hex 4F 20 DC 40 55 0 E FF 4B 31
Octal 117 40 334 100 125 0 16 377 113 61
Binary 1001111 100000 11011100 1000000 1010101 0 1110 11111111 1001011 110001

Color Harmonies of #4F20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F20DC

Black with #4F20DC

Text Example


Text Example

White with #4F20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,32,220); }

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

background-color css

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

 a { background-color: rgb(79,32,220); }

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

border-color css

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

 span { border-color: rgb(79,32,220); }

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