Html Css Color HEX #4F1FE6 Han Purple

📋 copy color: '#4F1FE6'

red 79 ◦ green 31 ◦ blue 230

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

Shades of Han Purple #4F1FE6

Tints of Han Purple #4F1FE6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.12%

 BLUE value IS 230 (90.23% from 255) = 67.65%

R = 23.24%
G = 9.12%
B = 67.65%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4F1FE6 (or 0x4F1FE6) is known color: Han Purple. HEX triplet: 4F, 1F and E6. RGB value is (79,31,230). Sum of RGB (Red+Green+Blue) = 79+31+230=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #4F1FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F1FE6 is #B0E019. Grayscale: #434343. Windows color (decimal): -11591706 or 15081295. OLE color: 15081295.

HSL color Cylindrical-coordinate representation of color #4F1FE6: hue angle of 254.47º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F1FE6 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 79 31 230 -
CMYK 0.66 0.87 0 0.10
HSL 254.47º 0.8% 0.51% -
HSV(B) 254.47º 0.87% 0.9% -
XYZ 18 8.36 75.53 -
YUV 68.04 219.4 135.82 -
System Red Green Blue C M Y K H S L
Decimal 79 31 230 0.66 0.87 0 0.10 254.47 0.8 0.51
Hex 4F 1F E6 42 57 0 A FE 50 33
Octal 117 37 346 102 127 0 12 376 120 63
Binary 1001111 11111 11100110 1000010 1010111 0 1010 11111110 1010000 110011

Color Harmonies of #4F1FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1FE6

Black with #4F1FE6

Text Example


Text Example

White with #4F1FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,31,230); }

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

background-color css

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

 a { background-color: rgb(79,31,230); }

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

border-color css

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

 span { border-color: rgb(79,31,230); }

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