Html Css Color HEX #501DDC Han Purple

📋 copy color: '#501DDC'

red 80 ◦ green 29 ◦ blue 220

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

Shades of Han Purple #501DDC

Tints of Han Purple #501DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.87%

R = 24.32%
G = 8.81%
B = 66.87%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#501DDC (or 0x501DDC) is known color: Han Purple. HEX triplet: 50, 1D and DC. RGB value is (80,29,220). Sum of RGB (Red+Green+Blue) = 80+29+220=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #501DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DDC is #AFE223. Grayscale: #414141. Windows color (decimal): -11526692 or 14425424. OLE color: 14425424.

HSL color Cylindrical-coordinate representation of color #501DDC: hue angle of 256.02º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501DDC is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 29 220 -
CMYK 0.64 0.87 0 0.14
HSL 256.02º 0.77% 0.49% -
HSV(B) 256.02º 0.87% 0.86% -
XYZ 16.67 7.75 68.33 -
YUV 66.02 214.9 137.97 -
System Red Green Blue C M Y K H S L
Decimal 80 29 220 0.64 0.87 0 0.14 256.02 0.77 0.49
Hex 50 1D DC 40 57 0 E 100 4D 31
Octal 120 35 334 100 127 0 16 400 115 61
Binary 1010000 11101 11011100 1000000 1010111 0 1110 100000000 1001101 110001

Color Harmonies of #501DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DDC

Black with #501DDC

Text Example


Text Example

White with #501DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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