Html Css Color HEX #502EFA Han Purple

📋 copy color: '#502EFA'

red 80 ◦ green 46 ◦ blue 250

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

Shades of Han Purple #502EFA

Tints of Han Purple #502EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.23%

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 21.28%
G = 12.23%
B = 66.49%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#502EFA (or 0x502EFA) is known color: Han Purple. HEX triplet: 50, 2E and FA. RGB value is (80,46,250). Sum of RGB (Red+Green+Blue) = 80+46+250=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #502EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502EFA is #AFD105. Grayscale: #4E4E4E. Windows color (decimal): -11522310 or 16395856. OLE color: 16395856.

HSL color Cylindrical-coordinate representation of color #502EFA: hue angle of 250º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502EFA is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 46 250 -
CMYK 0.68 0.82 0 0.02
HSL 250º 0.95% 0.58% -
HSV(B) 250º 0.82% 0.98% -
XYZ 21.54 10.56 91.35 -
YUV 79.42 224.26 128.41 -
System Red Green Blue C M Y K H S L
Decimal 80 46 250 0.68 0.82 0 0.02 250 0.95 0.58
Hex 50 2E FA 44 52 0 2 FA 5F 3A
Octal 120 56 372 104 122 0 2 372 137 72
Binary 1010000 101110 11111010 1000100 1010010 0 10 11111010 1011111 111010

Color Harmonies of #502EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502EFA

Black with #502EFA

Text Example


Text Example

White with #502EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,46,250); }

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

background-color css

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

 a { background-color: rgb(80,46,250); }

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

border-color css

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

 span { border-color: rgb(80,46,250); }

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