Html Css Color HEX #4F2FF1 Han Purple

📋 copy color: '#4F2FF1'

red 79 ◦ green 47 ◦ blue 241

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

Shades of Han Purple #4F2FF1

Tints of Han Purple #4F2FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.67%

R = 21.53%
G = 12.81%
B = 65.67%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4F2FF1 (or 0x4F2FF1) is known color: Han Purple. HEX triplet: 4F, 2F and F1. RGB value is (79,47,241). Sum of RGB (Red+Green+Blue) = 79+47+241=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F2FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2FF1 is #B0D00E. Grayscale: #4D4D4D. Windows color (decimal): -11587599 or 15806287. OLE color: 15806287.

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

Color convert

RGB 79 47 241 -
CMYK 0.67 0.80 0 0.05
HSL 249.9º 0.87% 0.56% -
HSV(B) 249.9º 0.8% 0.95% -
XYZ 20.12 10.05 84.1 -
YUV 78.68 219.6 128.23 -
System Red Green Blue C M Y K H S L
Decimal 79 47 241 0.67 0.80 0 0.05 249.9 0.87 0.56
Hex 4F 2F F1 43 50 0 5 FA 57 38
Octal 117 57 361 103 120 0 5 372 127 70
Binary 1001111 101111 11110001 1000011 1010000 0 101 11111010 1010111 111000

Color Harmonies of #4F2FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2FF1

Black with #4F2FF1

Text Example


Text Example

White with #4F2FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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