Html Css Color HEX #502AE2 Han Purple

📋 copy color: '#502AE2'

red 80 ◦ green 42 ◦ blue 226

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

Shades of Han Purple #502AE2

Tints of Han Purple #502AE2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.07%

 BLUE value IS 226 (88.67% from 255) = 64.94%

R = 22.99%
G = 12.07%
B = 64.94%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#502AE2 (or 0x502AE2) is known color: Han Purple. HEX triplet: 50, 2A and E2. RGB value is (80,42,226). Sum of RGB (Red+Green+Blue) = 80+42+226=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 226 (88.67% from 255 or 64.94% from 348); Max value from RGB is 226 - color contains mainly: blue. Hex color #502AE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502AE2 is #AFD51D. Grayscale: #494949. Windows color (decimal): -11523358 or 14821968. OLE color: 14821968.

HSL color Cylindrical-coordinate representation of color #502AE2: hue angle of 252.39º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502AE2 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 42 226 -
CMYK 0.65 0.81 0 0.11
HSL 252.39º 0.76% 0.53% -
HSV(B) 252.39º 0.81% 0.89% -
XYZ 17.86 8.85 72.72 -
YUV 74.34 213.59 132.04 -
System Red Green Blue C M Y K H S L
Decimal 80 42 226 0.65 0.81 0 0.11 252.39 0.76 0.53
Hex 50 2A E2 41 51 0 B FC 4C 35
Octal 120 52 342 101 121 0 13 374 114 65
Binary 1010000 101010 11100010 1000001 1010001 0 1011 11111100 1001100 110101

Color Harmonies of #502AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502AE2

Black with #502AE2

Text Example


Text Example

White with #502AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502AE2; }

 p { color: rgb(80,42,226); }

 H1.HeaderClassName
 {
   color: #502AE2;
 }
 .AnyTagClassName
 {
   color: #502AE2;
 }
</style>

background-color css

<style>
 a { background-color: #502AE2; }

 a { background-color: rgb(80,42,226); }

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

border-color css

<style>
 span { border-color: #502AE2; }

 span { border-color: rgb(80,42,226); }

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