Html Css Color HEX #502ADC Han Purple

📋 copy color: '#502ADC'

red 80 ◦ green 42 ◦ blue 220

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

Shades of Han Purple #502ADC

Tints of Han Purple #502ADC

RGB

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

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

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

R = 23.39%
G = 12.28%
B = 64.33%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#502ADC (or 0x502ADC) is known color: Han Purple. HEX triplet: 50, 2A and DC. RGB value is (80,42,220). Sum of RGB (Red+Green+Blue) = 80+42+220=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #502ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ADC is #AFD523. Grayscale: #484848. Windows color (decimal): -11523364 or 14428752. OLE color: 14428752.

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

Color convert

RGB 80 42 220 -
CMYK 0.64 0.81 0 0.14
HSL 252.81º 0.72% 0.51% -
HSV(B) 252.81º 0.81% 0.86% -
XYZ 17.05 8.53 68.46 -
YUV 73.65 210.59 132.53 -
System Red Green Blue C M Y K H S L
Decimal 80 42 220 0.64 0.81 0 0.14 252.81 0.72 0.51
Hex 50 2A DC 40 51 0 E FD 48 33
Octal 120 52 334 100 121 0 16 375 110 63
Binary 1010000 101010 11011100 1000000 1010001 0 1110 11111101 1001000 110011

Color Harmonies of #502ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502ADC

Black with #502ADC

Text Example


Text Example

White with #502ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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