Html Css Color HEX #4F2BDC Han Purple

📋 copy color: '#4F2BDC'

red 79 ◦ green 43 ◦ blue 220

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

Shades of Han Purple #4F2BDC

Tints of Han Purple #4F2BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.57%

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

R = 23.1%
G = 12.57%
B = 64.33%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F2BDC (or 0x4F2BDC) is known color: Han Purple. HEX triplet: 4F, 2B and DC. RGB value is (79,43,220). Sum of RGB (Red+Green+Blue) = 79+43+220=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F2BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2BDC is #B0D423. Grayscale: #494949. Windows color (decimal): -11588644 or 14429007. OLE color: 14429007.

HSL color Cylindrical-coordinate representation of color #4F2BDC: hue angle of 252.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2BDC is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 43 220 -
CMYK 0.64 0.80 0 0.14
HSL 252.2º 0.72% 0.52% -
HSV(B) 252.2º 0.8% 0.86% -
XYZ 17.01 8.56 68.47 -
YUV 73.94 210.43 131.61 -
System Red Green Blue C M Y K H S L
Decimal 79 43 220 0.64 0.80 0 0.14 252.2 0.72 0.52
Hex 4F 2B DC 40 50 0 E FC 48 34
Octal 117 53 334 100 120 0 16 374 110 64
Binary 1001111 101011 11011100 1000000 1010000 0 1110 11111100 1001000 110100

Color Harmonies of #4F2BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2BDC

Black with #4F2BDC

Text Example


Text Example

White with #4F2BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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