Html Css Color HEX #501EF0 Han Purple

📋 copy color: '#501EF0'

red 80 ◦ green 30 ◦ blue 240

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

Shades of Han Purple #501EF0

Tints of Han Purple #501EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 68.57%

R = 22.86%
G = 8.57%
B = 68.57%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#501EF0 (or 0x501EF0) is known color: Han Purple. HEX triplet: 50, 1E and F0. RGB value is (80,30,240). Sum of RGB (Red+Green+Blue) = 80+30+240=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #501EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501EF0 is #AFE10F. Grayscale: #444444. Windows color (decimal): -11526416 or 15736400. OLE color: 15736400.

HSL color Cylindrical-coordinate representation of color #501EF0: hue angle of 254.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501EF0 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 30 240 -
CMYK 0.67 0.87 0 0.06
HSL 254.29º 0.88% 0.53% -
HSV(B) 254.29º 0.88% 0.94% -
XYZ 19.5 8.93 83.13 -
YUV 68.89 224.57 135.92 -
System Red Green Blue C M Y K H S L
Decimal 80 30 240 0.67 0.87 0 0.06 254.29 0.88 0.53
Hex 50 1E F0 43 57 0 6 FE 58 35
Octal 120 36 360 103 127 0 6 376 130 65
Binary 1010000 11110 11110000 1000011 1010111 0 110 11111110 1011000 110101

Color Harmonies of #501EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EF0

Black with #501EF0

Text Example


Text Example

White with #501EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,30,240); }

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

background-color css

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

 a { background-color: rgb(80,30,240); }

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

border-color css

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

 span { border-color: rgb(80,30,240); }

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