Html Css Color HEX #501CDB Han Purple

📋 copy color: '#501CDB'

red 80 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #501CDB

Tints of Han Purple #501CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.97%

R = 24.46%
G = 8.56%
B = 66.97%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#501CDB (or 0x501CDB) is known color: Han Purple. HEX triplet: 50, 1C and DB. RGB value is (80,28,219). Sum of RGB (Red+Green+Blue) = 80+28+219=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #501CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CDB is #AFE324. Grayscale: #404040. Windows color (decimal): -11526949 or 14359632. OLE color: 14359632.

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

Color convert

RGB 80 28 219 -
CMYK 0.63 0.87 0 0.14
HSL 256.34º 0.77% 0.48% -
HSV(B) 256.34º 0.87% 0.86% -
XYZ 16.51 7.65 67.62 -
YUV 65.32 214.73 138.47 -
System Red Green Blue C M Y K H S L
Decimal 80 28 219 0.63 0.87 0 0.14 256.34 0.77 0.48
Hex 50 1C DB 3F 57 0 E 100 4D 30
Octal 120 34 333 77 127 0 16 400 115 60
Binary 1010000 11100 11011011 111111 1010111 0 1110 100000000 1001101 110000

Color Harmonies of #501CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CDB

Black with #501CDB

Text Example


Text Example

White with #501CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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