Html Css Color HEX #5023DB Han Purple

📋 copy color: '#5023DB'

red 80 ◦ green 35 ◦ blue 219

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

Shades of Han Purple #5023DB

Tints of Han Purple #5023DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

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

R = 23.95%
G = 10.48%
B = 65.57%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5023DB (or 0x5023DB) is known color: Han Purple. HEX triplet: 50, 23 and DB. RGB value is (80,35,219). Sum of RGB (Red+Green+Blue) = 80+35+219=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #5023DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5023DB is #AFDC24. Grayscale: #444444. Windows color (decimal): -11525157 or 14361424. OLE color: 14361424.

HSL color Cylindrical-coordinate representation of color #5023DB: hue angle of 254.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5023DB is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 35 219 -
CMYK 0.63 0.84 0 0.14
HSL 254.67º 0.72% 0.5% -
HSV(B) 254.67º 0.84% 0.86% -
XYZ 16.7 8.02 67.69 -
YUV 69.43 212.41 135.54 -
System Red Green Blue C M Y K H S L
Decimal 80 35 219 0.63 0.84 0 0.14 254.67 0.72 0.5
Hex 50 23 DB 3F 54 0 E FF 48 32
Octal 120 43 333 77 124 0 16 377 110 62
Binary 1010000 100011 11011011 111111 1010100 0 1110 11111111 1001000 110010

Color Harmonies of #5023DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5023DB

Black with #5023DB

Text Example


Text Example

White with #5023DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5023DB; }

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

 H1.HeaderClassName
 {
   color: #5023DB;
 }
 .AnyTagClassName
 {
   color: #5023DB;
 }
</style>

background-color css

<style>
 a { background-color: #5023DB; }

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

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

border-color css

<style>
 span { border-color: #5023DB; }

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

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