Html Css Color HEX #501CD8 Han Purple

📋 copy color: '#501CD8'

red 80 ◦ green 28 ◦ blue 216

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

Shades of Han Purple #501CD8

Tints of Han Purple #501CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 66.67%

R = 24.69%
G = 8.64%
B = 66.67%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#501CD8 (or 0x501CD8) is known color: Han Purple. HEX triplet: 50, 1C and D8. RGB value is (80,28,216). Sum of RGB (Red+Green+Blue) = 80+28+216=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 216 (84.77% from 255 or 66.67% from 324); Max value from RGB is 216 - color contains mainly: blue. Hex color #501CD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CD8 is #AFE327. Grayscale: #404040. Windows color (decimal): -11526952 or 14163024. OLE color: 14163024.

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

Color convert

RGB 80 28 216 -
CMYK 0.63 0.87 0 0.15
HSL 256.6º 0.77% 0.48% -
HSV(B) 256.6º 0.87% 0.85% -
XYZ 16.12 7.49 65.56 -
YUV 64.98 213.23 138.71 -
System Red Green Blue C M Y K H S L
Decimal 80 28 216 0.63 0.87 0 0.15 256.6 0.77 0.48
Hex 50 1C D8 3F 57 0 F 101 4D 30
Octal 120 34 330 77 127 0 17 401 115 60
Binary 1010000 11100 11011000 111111 1010111 0 1111 100000001 1001101 110000

Color Harmonies of #501CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CD8

Black with #501CD8

Text Example


Text Example

White with #501CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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