Html Css Color HEX #502AEA Han Purple

📋 copy color: '#502AEA'

red 80 ◦ green 42 ◦ blue 234

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

Shades of Han Purple #502AEA

Tints of Han Purple #502AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.73%

R = 22.47%
G = 11.8%
B = 65.73%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#502AEA (or 0x502AEA) is known color: Han Purple. HEX triplet: 50, 2A and EA. RGB value is (80,42,234). Sum of RGB (Red+Green+Blue) = 80+42+234=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #502AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502AEA is #AFD515. Grayscale: #4A4A4A. Windows color (decimal): -11523350 or 15346256. OLE color: 15346256.

HSL color Cylindrical-coordinate representation of color #502AEA: hue angle of 251.87º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502AEA is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 42 234 -
CMYK 0.66 0.82 0 0.08
HSL 251.88º 0.82% 0.54% -
HSV(B) 251.88º 0.82% 0.92% -
XYZ 18.99 9.3 78.64 -
YUV 75.25 217.59 131.39 -
System Red Green Blue C M Y K H S L
Decimal 80 42 234 0.66 0.82 0 0.08 251.88 0.82 0.54
Hex 50 2A EA 42 52 0 8 FC 52 36
Octal 120 52 352 102 122 0 10 374 122 66
Binary 1010000 101010 11101010 1000010 1010010 0 1000 11111100 1010010 110110

Color Harmonies of #502AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502AEA

Black with #502AEA

Text Example


Text Example

White with #502AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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