Html Css Color HEX #501FEA Han Purple

📋 copy color: '#501FEA'

red 80 ◦ green 31 ◦ blue 234

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

Shades of Han Purple #501FEA

Tints of Han Purple #501FEA

RGB

 RED value IS 80 (31.64% from 255) = 23.19%

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

 BLUE value IS 234 (91.8% from 255) = 67.83%

R = 23.19%
G = 8.99%
B = 67.83%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#501FEA (or 0x501FEA) is known color: Han Purple. HEX triplet: 50, 1F and EA. RGB value is (80,31,234). Sum of RGB (Red+Green+Blue) = 80+31+234=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #501FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501FEA is #AFE015. Grayscale: #444444. Windows color (decimal): -11526166 or 15343440. OLE color: 15343440.

HSL color Cylindrical-coordinate representation of color #501FEA: hue angle of 254.48º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501FEA is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 31 234 -
CMYK 0.66 0.87 0 0.08
HSL 254.48º 0.83% 0.52% -
HSV(B) 254.48º 0.87% 0.92% -
XYZ 18.65 8.63 78.52 -
YUV 68.79 221.23 135.99 -
System Red Green Blue C M Y K H S L
Decimal 80 31 234 0.66 0.87 0 0.08 254.48 0.83 0.52
Hex 50 1F EA 42 57 0 8 FE 53 34
Octal 120 37 352 102 127 0 10 376 123 64
Binary 1010000 11111 11101010 1000010 1010111 0 1000 11111110 1010011 110100

Color Harmonies of #501FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501FEA

Black with #501FEA

Text Example


Text Example

White with #501FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501FEA; }

 p { color: rgb(80,31,234); }

 H1.HeaderClassName
 {
   color: #501FEA;
 }
 .AnyTagClassName
 {
   color: #501FEA;
 }
</style>

background-color css

<style>
 a { background-color: #501FEA; }

 a { background-color: rgb(80,31,234); }

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

border-color css

<style>
 span { border-color: #501FEA; }

 span { border-color: rgb(80,31,234); }

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