Html Css Color HEX #4F20DF Han Purple

📋 copy color: '#4F20DF'

red 79 ◦ green 32 ◦ blue 223

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

Shades of Han Purple #4F20DF

Tints of Han Purple #4F20DF

RGB

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

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

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

R = 23.65%
G = 9.58%
B = 66.77%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F20DF (or 0x4F20DF) is known color: Han Purple. HEX triplet: 4F, 20 and DF. RGB value is (79,32,223). Sum of RGB (Red+Green+Blue) = 79+32+223=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F20DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F20DF is #B0DF20. Grayscale: #434343. Windows color (decimal): -11591457 or 14622799. OLE color: 14622799.

HSL color Cylindrical-coordinate representation of color #4F20DF: hue angle of 254.76º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F20DF is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 32 223 -
CMYK 0.65 0.86 0 0.13
HSL 254.76º 0.75% 0.5% -
HSV(B) 254.76º 0.86% 0.87% -
XYZ 17.06 8.02 70.46 -
YUV 67.83 215.57 135.97 -
System Red Green Blue C M Y K H S L
Decimal 79 32 223 0.65 0.86 0 0.13 254.76 0.75 0.5
Hex 4F 20 DF 41 56 0 D FF 4B 32
Octal 117 40 337 101 126 0 15 377 113 62
Binary 1001111 100000 11011111 1000001 1010110 0 1101 11111111 1001011 110010

Color Harmonies of #4F20DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F20DF

Black with #4F20DF

Text Example


Text Example

White with #4F20DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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