Html Css Color HEX #501AF3 Han Purple

📋 copy color: '#501AF3'

red 80 ◦ green 26 ◦ blue 243

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

Shades of Han Purple #501AF3

Tints of Han Purple #501AF3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.45%

 BLUE value IS 243 (95.31% from 255) = 69.63%

R = 22.92%
G = 7.45%
B = 69.63%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#501AF3 (or 0x501AF3) is known color: Han Purple. HEX triplet: 50, 1A and F3. RGB value is (80,26,243). Sum of RGB (Red+Green+Blue) = 80+26+243=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 243 (95.31% from 255 or 69.63% from 349); Max value from RGB is 243 - color contains mainly: blue. Hex color #501AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501AF3 is #AFE50C. Grayscale: #424242. Windows color (decimal): -11527437 or 15931984. OLE color: 15931984.

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

Color convert

RGB 80 26 243 -
CMYK 0.67 0.89 0 0.05
HSL 254.93º 0.9% 0.53% -
HSV(B) 254.93º 0.89% 0.95% -
XYZ 19.86 8.92 85.47 -
YUV 66.88 227.39 137.36 -
System Red Green Blue C M Y K H S L
Decimal 80 26 243 0.67 0.89 0 0.05 254.93 0.9 0.53
Hex 50 1A F3 43 59 0 5 FF 5A 35
Octal 120 32 363 103 131 0 5 377 132 65
Binary 1010000 11010 11110011 1000011 1011001 0 101 11111111 1011010 110101

Color Harmonies of #501AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AF3

Black with #501AF3

Text Example


Text Example

White with #501AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,26,243); }

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

background-color css

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

 a { background-color: rgb(80,26,243); }

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

border-color css

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

 span { border-color: rgb(80,26,243); }

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