Html Css Color HEX #502FEA Han Purple

📋 copy color: '#502FEA'

red 80 ◦ green 47 ◦ blue 234

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

Shades of Han Purple #502FEA

Tints of Han Purple #502FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.02%

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

R = 22.16%
G = 13.02%
B = 64.82%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#502FEA (or 0x502FEA) is known color: Han Purple. HEX triplet: 50, 2F and EA. RGB value is (80,47,234). Sum of RGB (Red+Green+Blue) = 80+47+234=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #502FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502FEA is #AFD015. Grayscale: #4D4D4D. Windows color (decimal): -11522070 or 15347536. OLE color: 15347536.

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

Color convert

RGB 80 47 234 -
CMYK 0.66 0.80 0 0.08
HSL 250.59º 0.82% 0.55% -
HSV(B) 250.59º 0.8% 0.92% -
XYZ 19.18 9.68 78.7 -
YUV 78.19 215.93 129.29 -
System Red Green Blue C M Y K H S L
Decimal 80 47 234 0.66 0.80 0 0.08 250.59 0.82 0.55
Hex 50 2F EA 42 50 0 8 FB 52 37
Octal 120 57 352 102 120 0 10 373 122 67
Binary 1010000 101111 11101010 1000010 1010000 0 1000 11111011 1010010 110111

Color Harmonies of #502FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FEA

Black with #502FEA

Text Example


Text Example

White with #502FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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