Html Css Color HEX #4F1EDA Han Purple

📋 copy color: '#4F1EDA'

red 79 ◦ green 30 ◦ blue 218

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

Shades of Han Purple #4F1EDA

Tints of Han Purple #4F1EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

 BLUE value IS 218 (85.55% from 255) = 66.67%

R = 24.16%
G = 9.17%
B = 66.67%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4F1EDA (or 0x4F1EDA) is known color: Han Purple. HEX triplet: 4F, 1E and DA. RGB value is (79,30,218). Sum of RGB (Red+Green+Blue) = 79+30+218=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #4F1EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1EDA is #B0E125. Grayscale: #414141. Windows color (decimal): -11591974 or 14294607. OLE color: 14294607.

HSL color Cylindrical-coordinate representation of color #4F1EDA: hue angle of 255.64º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F1EDA is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 79 30 218 -
CMYK 0.64 0.86 0 0.15
HSL 255.64º 0.76% 0.49% -
HSV(B) 255.64º 0.86% 0.85% -
XYZ 16.34 7.65 66.95 -
YUV 66.08 213.73 137.21 -
System Red Green Blue C M Y K H S L
Decimal 79 30 218 0.64 0.86 0 0.15 255.64 0.76 0.49
Hex 4F 1E DA 40 56 0 F 100 4C 31
Octal 117 36 332 100 126 0 17 400 114 61
Binary 1001111 11110 11011010 1000000 1010110 0 1111 100000000 1001100 110001

Color Harmonies of #4F1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1EDA

Black with #4F1EDA

Text Example


Text Example

White with #4F1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,30,218); }

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

background-color css

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

 a { background-color: rgb(79,30,218); }

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

border-color css

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

 span { border-color: rgb(79,30,218); }

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