Html Css Color HEX #502BED Han Purple

📋 copy color: '#502BED'

red 80 ◦ green 43 ◦ blue 237

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

Shades of Han Purple #502BED

Tints of Han Purple #502BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.83%

R = 22.22%
G = 11.94%
B = 65.83%

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

#502BED (or 0x502BED) is known color: Han Purple. HEX triplet: 50, 2B and ED. RGB value is (80,43,237). Sum of RGB (Red+Green+Blue) = 80+43+237=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #502BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502BED is #AFD412. Grayscale: #4B4B4B. Windows color (decimal): -11523091 or 15543120. OLE color: 15543120.

HSL color Cylindrical-coordinate representation of color #502BED: hue angle of 251.44º degrees, saturation: 0.84, 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 #502BED is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 43 237 -
CMYK 0.66 0.82 0 0.07
HSL 251.44º 0.84% 0.55% -
HSV(B) 251.44º 0.82% 0.93% -
XYZ 19.46 9.55 80.94 -
YUV 76.18 218.76 130.73 -
System Red Green Blue C M Y K H S L
Decimal 80 43 237 0.66 0.82 0 0.07 251.44 0.84 0.55
Hex 50 2B ED 42 52 0 7 FB 54 37
Octal 120 53 355 102 122 0 7 373 124 67
Binary 1010000 101011 11101101 1000010 1010010 0 111 11111011 1010100 110111

Color Harmonies of #502BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BED

Black with #502BED

Text Example


Text Example

White with #502BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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