Html Css Color HEX #501CDF Han Purple

📋 copy color: '#501CDF'

red 80 ◦ green 28 ◦ blue 223

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

Shades of Han Purple #501CDF

Tints of Han Purple #501CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.37%

R = 24.17%
G = 8.46%
B = 67.37%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#501CDF (or 0x501CDF) is known color: Han Purple. HEX triplet: 50, 1C and DF. RGB value is (80,28,223). Sum of RGB (Red+Green+Blue) = 80+28+223=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #501CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CDF is #AFE320. Grayscale: #414141. Windows color (decimal): -11526945 or 14621776. OLE color: 14621776.

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

Color convert

RGB 80 28 223 -
CMYK 0.64 0.87 0 0.13
HSL 256º 0.78% 0.49% -
HSV(B) 256º 0.87% 0.87% -
XYZ 17.04 7.86 70.43 -
YUV 65.78 216.73 138.14 -
System Red Green Blue C M Y K H S L
Decimal 80 28 223 0.64 0.87 0 0.13 256 0.78 0.49
Hex 50 1C DF 40 57 0 D 100 4E 31
Octal 120 34 337 100 127 0 15 400 116 61
Binary 1010000 11100 11011111 1000000 1010111 0 1101 100000000 1001110 110001

Color Harmonies of #501CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CDF

Black with #501CDF

Text Example


Text Example

White with #501CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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