Html Css Color HEX #501BD9 Han Purple

📋 copy color: '#501BD9'

red 80 ◦ green 27 ◦ blue 217

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

Shades of Han Purple #501BD9

Tints of Han Purple #501BD9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.33%

 BLUE value IS 217 (85.16% from 255) = 66.98%

R = 24.69%
G = 8.33%
B = 66.98%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#501BD9 (or 0x501BD9) is known color: Han Purple. HEX triplet: 50, 1B and D9. RGB value is (80,27,217). Sum of RGB (Red+Green+Blue) = 80+27+217=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 217 (85.16% from 255 or 66.98% from 324); Max value from RGB is 217 - color contains mainly: blue. Hex color #501BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BD9 is #AFE426. Grayscale: #3F3F3F. Windows color (decimal): -11527207 or 14228304. OLE color: 14228304.

HSL color Cylindrical-coordinate representation of color #501BD9: hue angle of 256.74º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501BD9 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 27 217 -
CMYK 0.63 0.88 0 0.15
HSL 256.74º 0.78% 0.48% -
HSV(B) 256.74º 0.88% 0.85% -
XYZ 16.22 7.5 66.24 -
YUV 64.51 214.06 139.05 -
System Red Green Blue C M Y K H S L
Decimal 80 27 217 0.63 0.88 0 0.15 256.74 0.78 0.48
Hex 50 1B D9 3F 58 0 F 101 4E 30
Octal 120 33 331 77 130 0 17 401 116 60
Binary 1010000 11011 11011001 111111 1011000 0 1111 100000001 1001110 110000

Color Harmonies of #501BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501BD9

Black with #501BD9

Text Example


Text Example

White with #501BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,27,217); }

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

background-color css

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

 a { background-color: rgb(80,27,217); }

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

border-color css

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

 span { border-color: rgb(80,27,217); }

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