Html Css Color HEX #4F24F1 Han Purple

📋 copy color: '#4F24F1'

red 79 ◦ green 36 ◦ blue 241

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

Shades of Han Purple #4F24F1

Tints of Han Purple #4F24F1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.11%

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

R = 22.19%
G = 10.11%
B = 67.7%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4F24F1 (or 0x4F24F1) is known color: Han Purple. HEX triplet: 4F, 24 and F1. RGB value is (79,36,241). Sum of RGB (Red+Green+Blue) = 79+36+241=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F24F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F24F1 is #B0DB0E. Grayscale: #474747. Windows color (decimal): -11590415 or 15803471. OLE color: 15803471.

HSL color Cylindrical-coordinate representation of color #4F24F1: hue angle of 252.59º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F24F1 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 36 241 -
CMYK 0.67 0.85 0 0.05
HSL 252.59º 0.88% 0.54% -
HSV(B) 252.59º 0.85% 0.95% -
XYZ 19.73 9.27 83.97 -
YUV 72.23 223.25 132.83 -
System Red Green Blue C M Y K H S L
Decimal 79 36 241 0.67 0.85 0 0.05 252.59 0.88 0.54
Hex 4F 24 F1 43 55 0 5 FD 58 36
Octal 117 44 361 103 125 0 5 375 130 66
Binary 1001111 100100 11110001 1000011 1010101 0 101 11111101 1011000 110110

Color Harmonies of #4F24F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F24F1

Black with #4F24F1

Text Example


Text Example

White with #4F24F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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