Html Css Color HEX #502CDC Han Purple

📋 copy color: '#502CDC'

red 80 ◦ green 44 ◦ blue 220

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

Shades of Han Purple #502CDC

Tints of Han Purple #502CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 23.26%
G = 12.79%
B = 63.95%

CMYK

 C value IS 0.64

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#502CDC (or 0x502CDC) is known color: Han Purple. HEX triplet: 50, 2C and DC. RGB value is (80,44,220). Sum of RGB (Red+Green+Blue) = 80+44+220=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #502CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CDC is #AFD323. Grayscale: #4A4A4A. Windows color (decimal): -11522852 or 14429264. OLE color: 14429264.

HSL color Cylindrical-coordinate representation of color #502CDC: hue angle of 252.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502CDC is Cyan = 0.64, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 44 220 -
CMYK 0.64 0.8 0 0.14
HSL 252.27º 0.72% 0.52% -
HSV(B) 252.27º 0.8% 0.86% -
XYZ 17.13 8.67 68.48 -
YUV 74.83 209.93 131.69 -
System Red Green Blue C M Y K H S L
Decimal 80 44 220 0.64 0.8 0 0.14 252.27 0.72 0.52
Hex 50 2C DC 40 50 0 E FC 48 34
Octal 120 54 334 100 120 0 16 374 110 64
Binary 1010000 101100 11011100 1000000 1010000 0 1110 11111100 1001000 110100

Color Harmonies of #502CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CDC

Black with #502CDC

Text Example


Text Example

White with #502CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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