Html Css Color HEX #502BDE Han Purple

📋 copy color: '#502BDE'

red 80 ◦ green 43 ◦ blue 222

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

Shades of Han Purple #502BDE

Tints of Han Purple #502BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.35%

R = 23.19%
G = 12.46%
B = 64.35%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#502BDE (or 0x502BDE) is known color: Han Purple. HEX triplet: 50, 2B and DE. RGB value is (80,43,222). Sum of RGB (Red+Green+Blue) = 80+43+222=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #502BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BDE is #AFD421. Grayscale: #494949. Windows color (decimal): -11523106 or 14560080. OLE color: 14560080.

HSL color Cylindrical-coordinate representation of color #502BDE: hue angle of 252.4º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502BDE is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 43 222 -
CMYK 0.64 0.81 0 0.13
HSL 252.4º 0.73% 0.52% -
HSV(B) 252.4º 0.81% 0.87% -
XYZ 17.36 8.71 69.87 -
YUV 74.47 211.26 131.95 -
System Red Green Blue C M Y K H S L
Decimal 80 43 222 0.64 0.81 0 0.13 252.4 0.73 0.52
Hex 50 2B DE 40 51 0 D FC 49 34
Octal 120 53 336 100 121 0 15 374 111 64
Binary 1010000 101011 11011110 1000000 1010001 0 1101 11111100 1001001 110100

Color Harmonies of #502BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BDE

Black with #502BDE

Text Example


Text Example

White with #502BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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