Html Css Color HEX #4F2FEF Han Purple

📋 copy color: '#4F2FEF'

red 79 ◦ green 47 ◦ blue 239

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

Shades of Han Purple #4F2FEF

Tints of Han Purple #4F2FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.88%

 BLUE value IS 239 (93.75% from 255) = 65.48%

R = 21.64%
G = 12.88%
B = 65.48%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4F2FEF (or 0x4F2FEF) is known color: Han Purple. HEX triplet: 4F, 2F and EF. RGB value is (79,47,239). Sum of RGB (Red+Green+Blue) = 79+47+239=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F2FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2FEF is #B0D010. Grayscale: #4D4D4D. Windows color (decimal): -11587601 or 15675215. OLE color: 15675215.

HSL color Cylindrical-coordinate representation of color #4F2FEF: hue angle of 250º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2FEF is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 47 239 -
CMYK 0.67 0.80 0 0.06
HSL 250º 0.86% 0.56% -
HSV(B) 250º 0.8% 0.94% -
XYZ 19.82 9.93 82.53 -
YUV 78.46 218.6 128.39 -
System Red Green Blue C M Y K H S L
Decimal 79 47 239 0.67 0.80 0 0.06 250 0.86 0.56
Hex 4F 2F EF 43 50 0 6 FA 56 38
Octal 117 57 357 103 120 0 6 372 126 70
Binary 1001111 101111 11101111 1000011 1010000 0 110 11111010 1010110 111000

Color Harmonies of #4F2FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2FEF

Black with #4F2FEF

Text Example


Text Example

White with #4F2FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,47,239); }

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

background-color css

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

 a { background-color: rgb(79,47,239); }

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

border-color css

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

 span { border-color: rgb(79,47,239); }

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