Html Css Color HEX #502CDE Han Purple

📋 copy color: '#502CDE'

red 80 ◦ green 44 ◦ blue 222

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

Shades of Han Purple #502CDE

Tints of Han Purple #502CDE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.72%

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

R = 23.12%
G = 12.72%
B = 64.16%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#502CDE (or 0x502CDE) is known color: Han Purple. HEX triplet: 50, 2C and DE. RGB value is (80,44,222). Sum of RGB (Red+Green+Blue) = 80+44+222=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #502CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CDE is #AFD321. Grayscale: #4A4A4A. Windows color (decimal): -11522850 or 14560336. OLE color: 14560336.

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

Color convert

RGB 80 44 222 -
CMYK 0.64 0.80 0 0.13
HSL 252.13º 0.73% 0.52% -
HSV(B) 252.13º 0.8% 0.87% -
XYZ 17.39 8.78 69.89 -
YUV 75.06 210.93 131.53 -
System Red Green Blue C M Y K H S L
Decimal 80 44 222 0.64 0.80 0 0.13 252.13 0.73 0.52
Hex 50 2C DE 40 50 0 D FC 49 34
Octal 120 54 336 100 120 0 15 374 111 64
Binary 1010000 101100 11011110 1000000 1010000 0 1101 11111100 1001001 110100

Color Harmonies of #502CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CDE

Black with #502CDE

Text Example


Text Example

White with #502CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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