Html Css Color HEX #502BEF Han Purple

📋 copy color: '#502BEF'

red 80 ◦ green 43 ◦ blue 239

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

Shades of Han Purple #502BEF

Tints of Han Purple #502BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.88%

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 22.1%
G = 11.88%
B = 66.02%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#502BEF (or 0x502BEF) is known color: Han Purple. HEX triplet: 50, 2B and EF. RGB value is (80,43,239). Sum of RGB (Red+Green+Blue) = 80+43+239=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #502BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502BEF is #AFD410. Grayscale: #4B4B4B. Windows color (decimal): -11523089 or 15674192. OLE color: 15674192.

HSL color Cylindrical-coordinate representation of color #502BEF: hue angle of 251.33º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502BEF is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 43 239 -
CMYK 0.67 0.82 0 0.06
HSL 251.33º 0.86% 0.55% -
HSV(B) 251.33º 0.82% 0.94% -
XYZ 19.75 9.67 82.49 -
YUV 76.41 219.76 130.56 -
System Red Green Blue C M Y K H S L
Decimal 80 43 239 0.67 0.82 0 0.06 251.33 0.86 0.55
Hex 50 2B EF 43 52 0 6 FB 56 37
Octal 120 53 357 103 122 0 6 373 126 67
Binary 1010000 101011 11101111 1000011 1010010 0 110 11111011 1010110 110111

Color Harmonies of #502BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BEF

Black with #502BEF

Text Example


Text Example

White with #502BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,43,239); }

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

background-color css

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

 a { background-color: rgb(80,43,239); }

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

border-color css

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

 span { border-color: rgb(80,43,239); }

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