Html Css Color HEX #501DD7 Han Purple

📋 copy color: '#501DD7'

red 80 ◦ green 29 ◦ blue 215

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

Shades of Han Purple #501DD7

Tints of Han Purple #501DD7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.95%

 BLUE value IS 215 (84.38% from 255) = 66.36%

R = 24.69%
G = 8.95%
B = 66.36%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#501DD7 (or 0x501DD7) is known color: Han Purple. HEX triplet: 50, 1D and D7. RGB value is (80,29,215). Sum of RGB (Red+Green+Blue) = 80+29+215=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 215 (84.38% from 255 or 66.36% from 324); Max value from RGB is 215 - color contains mainly: blue. Hex color #501DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DD7 is #AFE228. Grayscale: #404040. Windows color (decimal): -11526697 or 14097744. OLE color: 14097744.

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

Color convert

RGB 80 29 215 -
CMYK 0.63 0.87 0 0.16
HSL 256.45º 0.76% 0.48% -
HSV(B) 256.45º 0.87% 0.84% -
XYZ 16.01 7.49 64.89 -
YUV 65.45 212.4 138.38 -
System Red Green Blue C M Y K H S L
Decimal 80 29 215 0.63 0.87 0 0.16 256.45 0.76 0.48
Hex 50 1D D7 3F 57 0 10 100 4C 30
Octal 120 35 327 77 127 0 20 400 114 60
Binary 1010000 11101 11010111 111111 1010111 0 10000 100000000 1001100 110000

Color Harmonies of #501DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DD7

Black with #501DD7

Text Example


Text Example

White with #501DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,29,215); }

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

background-color css

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

 a { background-color: rgb(80,29,215); }

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

border-color css

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

 span { border-color: rgb(80,29,215); }

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