Html Css Color HEX #501CF4 Han Purple

📋 copy color: '#501CF4'

red 80 ◦ green 28 ◦ blue 244

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

Shades of Han Purple #501CF4

Tints of Han Purple #501CF4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.95%

 BLUE value IS 244 (95.7% from 255) = 69.32%

R = 22.73%
G = 7.95%
B = 69.32%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#501CF4 (or 0x501CF4) is known color: Han Purple. HEX triplet: 50, 1C and F4. RGB value is (80,28,244). Sum of RGB (Red+Green+Blue) = 80+28+244=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 244 (95.70% from 255 or 69.32% from 352); Max value from RGB is 244 - color contains mainly: blue. Hex color #501CF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501CF4 is #AFE30B. Grayscale: #434343. Windows color (decimal): -11526924 or 15998032. OLE color: 15998032.

HSL color Cylindrical-coordinate representation of color #501CF4: hue angle of 254.44º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501CF4 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 28 244 -
CMYK 0.67 0.89 0 0.04
HSL 254.44º 0.91% 0.53% -
HSV(B) 254.44º 0.89% 0.96% -
XYZ 20.05 9.07 86.28 -
YUV 68.17 227.23 136.44 -
System Red Green Blue C M Y K H S L
Decimal 80 28 244 0.67 0.89 0 0.04 254.44 0.91 0.53
Hex 50 1C F4 43 59 0 4 FE 5B 35
Octal 120 34 364 103 131 0 4 376 133 65
Binary 1010000 11100 11110100 1000011 1011001 0 100 11111110 1011011 110101

Color Harmonies of #501CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CF4

Black with #501CF4

Text Example


Text Example

White with #501CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,28,244); }

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

background-color css

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

 a { background-color: rgb(80,28,244); }

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

border-color css

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

 span { border-color: rgb(80,28,244); }

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