Html Css Color HEX #4F2BEF Han Purple

📋 copy color: '#4F2BEF'

red 79 ◦ green 43 ◦ blue 239

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

Shades of Han Purple #4F2BEF

Tints of Han Purple #4F2BEF

RGB

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

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

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

R = 21.88%
G = 11.91%
B = 66.2%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4F2BEF (or 0x4F2BEF) is known color: Han Purple. HEX triplet: 4F, 2B and EF. RGB value is (79,43,239). Sum of RGB (Red+Green+Blue) = 79+43+239=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F2BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2BEF is #B0D410. Grayscale: #4B4B4B. Windows color (decimal): -11588625 or 15674191. OLE color: 15674191.

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

Color convert

RGB 79 43 239 -
CMYK 0.67 0.82 0 0.06
HSL 251.02º 0.86% 0.55% -
HSV(B) 251.02º 0.82% 0.94% -
XYZ 19.67 9.62 82.48 -
YUV 76.11 219.93 130.06 -
System Red Green Blue C M Y K H S L
Decimal 79 43 239 0.67 0.82 0 0.06 251.02 0.86 0.55
Hex 4F 2B EF 43 52 0 6 FB 56 37
Octal 117 53 357 103 122 0 6 373 126 67
Binary 1001111 101011 11101111 1000011 1010010 0 110 11111011 1010110 110111

Color Harmonies of #4F2BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2BEF

Black with #4F2BEF

Text Example


Text Example

White with #4F2BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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