Html Css Color HEX #500CDB Han Purple

📋 copy color: '#500CDB'

red 80 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #500CDB

Tints of Han Purple #500CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.86%

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

R = 25.72%
G = 3.86%
B = 70.42%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#500CDB (or 0x500CDB) is known color: Han Purple. HEX triplet: 50, 0C and DB. RGB value is (80,12,219). Sum of RGB (Red+Green+Blue) = 80+12+219=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #500CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CDB is #AFF324. Grayscale: #373737. Windows color (decimal): -11531045 or 14355536. OLE color: 14355536.

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

Color convert

RGB 80 12 219 -
CMYK 0.63 0.95 0 0.14
HSL 259.71º 0.9% 0.45% -
HSV(B) 259.71º 0.95% 0.86% -
XYZ 16.23 7.08 67.53 -
YUV 55.93 220.03 145.17 -
System Red Green Blue C M Y K H S L
Decimal 80 12 219 0.63 0.95 0 0.14 259.71 0.9 0.45
Hex 50 C DB 3F 5F 0 E 104 5A 2D
Octal 120 14 333 77 137 0 16 404 132 55
Binary 1010000 1100 11011011 111111 1011111 0 1110 100000100 1011010 101101

Color Harmonies of #500CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500CDB

Black with #500CDB

Text Example


Text Example

White with #500CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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