Html Css Color HEX #5024EC Han Purple

📋 copy color: '#5024EC'

red 80 ◦ green 36 ◦ blue 236

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

Shades of Han Purple #5024EC

Tints of Han Purple #5024EC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.23%

 BLUE value IS 236 (92.58% from 255) = 67.05%

R = 22.73%
G = 10.23%
B = 67.05%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5024EC (or 0x5024EC) is known color: Han Purple. HEX triplet: 50, 24 and EC. RGB value is (80,36,236). Sum of RGB (Red+Green+Blue) = 80+36+236=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #5024EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5024EC is #AFDB13. Grayscale: #474747. Windows color (decimal): -11524884 or 15475792. OLE color: 15475792.

HSL color Cylindrical-coordinate representation of color #5024EC: hue angle of 253.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5024EC is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 36 236 -
CMYK 0.66 0.85 0 0.07
HSL 253.2º 0.84% 0.53% -
HSV(B) 253.2º 0.85% 0.93% -
XYZ 19.08 9.02 80.09 -
YUV 71.96 220.58 133.74 -
System Red Green Blue C M Y K H S L
Decimal 80 36 236 0.66 0.85 0 0.07 253.2 0.84 0.53
Hex 50 24 EC 42 55 0 7 FD 54 35
Octal 120 44 354 102 125 0 7 375 124 65
Binary 1010000 100100 11101100 1000010 1010101 0 111 11111101 1010100 110101

Color Harmonies of #5024EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5024EC

Black with #5024EC

Text Example


Text Example

White with #5024EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5024EC; }

 p { color: rgb(80,36,236); }

 H1.HeaderClassName
 {
   color: #5024EC;
 }
 .AnyTagClassName
 {
   color: #5024EC;
 }
</style>

background-color css

<style>
 a { background-color: #5024EC; }

 a { background-color: rgb(80,36,236); }

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

border-color css

<style>
 span { border-color: #5024EC; }

 span { border-color: rgb(80,36,236); }

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