Html Css Color HEX #5023EB Han Purple

📋 copy color: '#5023EB'

red 80 ◦ green 35 ◦ blue 235

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

Shades of Han Purple #5023EB

Tints of Han Purple #5023EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.14%

R = 22.86%
G = 10%
B = 67.14%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5023EB (or 0x5023EB) is known color: Han Purple. HEX triplet: 50, 23 and EB. RGB value is (80,35,235). Sum of RGB (Red+Green+Blue) = 80+35+235=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #5023EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5023EB is #AFDC14. Grayscale: #464646. Windows color (decimal): -11525141 or 15410000. OLE color: 15410000.

HSL color Cylindrical-coordinate representation of color #5023EB: hue angle of 253.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5023EB is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 35 235 -
CMYK 0.66 0.85 0 0.08
HSL 253.5º 0.83% 0.53% -
HSV(B) 253.5º 0.85% 0.92% -
XYZ 18.9 8.91 79.32 -
YUV 71.26 220.41 134.24 -
System Red Green Blue C M Y K H S L
Decimal 80 35 235 0.66 0.85 0 0.08 253.5 0.83 0.53
Hex 50 23 EB 42 55 0 8 FE 53 35
Octal 120 43 353 102 125 0 10 376 123 65
Binary 1010000 100011 11101011 1000010 1010101 0 1000 11111110 1010011 110101

Color Harmonies of #5023EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5023EB

Black with #5023EB

Text Example


Text Example

White with #5023EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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