Html Css Color HEX #502BEE Han Purple

📋 copy color: '#502BEE'

red 80 ◦ green 43 ◦ blue 238

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

Shades of Han Purple #502BEE

Tints of Han Purple #502BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.93%

R = 22.16%
G = 11.91%
B = 65.93%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#502BEE (or 0x502BEE) is known color: Han Purple. HEX triplet: 50, 2B and EE. RGB value is (80,43,238). Sum of RGB (Red+Green+Blue) = 80+43+238=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #502BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502BEE is #AFD411. Grayscale: #4B4B4B. Windows color (decimal): -11523090 or 15608656. OLE color: 15608656.

HSL color Cylindrical-coordinate representation of color #502BEE: hue angle of 251.38º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502BEE is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 43 238 -
CMYK 0.66 0.82 0 0.07
HSL 251.38º 0.85% 0.55% -
HSV(B) 251.38º 0.82% 0.93% -
XYZ 19.6 9.61 81.71 -
YUV 76.29 219.26 130.64 -
System Red Green Blue C M Y K H S L
Decimal 80 43 238 0.66 0.82 0 0.07 251.38 0.85 0.55
Hex 50 2B EE 42 52 0 7 FB 55 37
Octal 120 53 356 102 122 0 7 373 125 67
Binary 1010000 101011 11101110 1000010 1010010 0 111 11111011 1010101 110111

Color Harmonies of #502BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BEE

Black with #502BEE

Text Example


Text Example

White with #502BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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