Html Css Color HEX #502ADE Han Purple

📋 copy color: '#502ADE'

red 80 ◦ green 42 ◦ blue 222

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

Shades of Han Purple #502ADE

Tints of Han Purple #502ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.21%

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

R = 23.26%
G = 12.21%
B = 64.53%

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

#502ADE (or 0x502ADE) is known color: Han Purple. HEX triplet: 50, 2A and DE. RGB value is (80,42,222). Sum of RGB (Red+Green+Blue) = 80+42+222=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #502ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ADE is #AFD521. Grayscale: #494949. Windows color (decimal): -11523362 or 14559824. OLE color: 14559824.

HSL color Cylindrical-coordinate representation of color #502ADE: hue angle of 252.67º 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 #502ADE is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 42 222 -
CMYK 0.64 0.81 0 0.13
HSL 252.67º 0.73% 0.52% -
HSV(B) 252.67º 0.81% 0.87% -
XYZ 17.32 8.64 69.86 -
YUV 73.88 211.59 132.36 -
System Red Green Blue C M Y K H S L
Decimal 80 42 222 0.64 0.81 0 0.13 252.67 0.73 0.52
Hex 50 2A DE 40 51 0 D FD 49 34
Octal 120 52 336 100 121 0 15 375 111 64
Binary 1010000 101010 11011110 1000000 1010001 0 1101 11111101 1001001 110100

Color Harmonies of #502ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502ADE

Black with #502ADE

Text Example


Text Example

White with #502ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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