Html Css Color HEX #502DEF Han Purple

📋 copy color: '#502DEF'

red 80 ◦ green 45 ◦ blue 239

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

Shades of Han Purple #502DEF

Tints of Han Purple #502DEF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.36%

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

R = 21.98%
G = 12.36%
B = 65.66%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#502DEF (or 0x502DEF) is known color: Han Purple. HEX triplet: 50, 2D and EF. RGB value is (80,45,239). Sum of RGB (Red+Green+Blue) = 80+45+239=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #502DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502DEF is #AFD210. Grayscale: #4C4C4C. Windows color (decimal): -11522577 or 15674704. OLE color: 15674704.

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

Color convert

RGB 80 45 239 -
CMYK 0.67 0.81 0 0.06
HSL 250.82º 0.86% 0.56% -
HSV(B) 250.82º 0.81% 0.94% -
XYZ 19.83 9.81 82.51 -
YUV 77.58 219.1 129.73 -
System Red Green Blue C M Y K H S L
Decimal 80 45 239 0.67 0.81 0 0.06 250.82 0.86 0.56
Hex 50 2D EF 43 51 0 6 FB 56 38
Octal 120 55 357 103 121 0 6 373 126 70
Binary 1010000 101101 11101111 1000011 1010001 0 110 11111011 1010110 111000

Color Harmonies of #502DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DEF

Black with #502DEF

Text Example


Text Example

White with #502DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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