Html Css Color HEX #4F2FDE Han Purple

📋 copy color: '#4F2FDE'

red 79 ◦ green 47 ◦ blue 222

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

Shades of Han Purple #4F2FDE

Tints of Han Purple #4F2FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.79%

R = 22.7%
G = 13.51%
B = 63.79%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F2FDE (or 0x4F2FDE) is known color: Han Purple. HEX triplet: 4F, 2F and DE. RGB value is (79,47,222). Sum of RGB (Red+Green+Blue) = 79+47+222=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F2FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2FDE is #B0D021. Grayscale: #4B4B4B. Windows color (decimal): -11587618 or 14561103. OLE color: 14561103.

HSL color Cylindrical-coordinate representation of color #4F2FDE: hue angle of 250.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F2FDE is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 47 222 -
CMYK 0.64 0.79 0 0.13
HSL 250.97º 0.73% 0.53% -
HSV(B) 250.97º 0.79% 0.87% -
XYZ 17.43 8.97 69.92 -
YUV 76.52 210.1 129.77 -
System Red Green Blue C M Y K H S L
Decimal 79 47 222 0.64 0.79 0 0.13 250.97 0.73 0.53
Hex 4F 2F DE 40 4F 0 D FB 49 35
Octal 117 57 336 100 117 0 15 373 111 65
Binary 1001111 101111 11011110 1000000 1001111 0 1101 11111011 1001001 110101

Color Harmonies of #4F2FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2FDE

Black with #4F2FDE

Text Example


Text Example

White with #4F2FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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