Html Css Color HEX #5006DC Han Purple

📋 copy color: '#5006DC'

red 80 ◦ green 6 ◦ blue 220

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

Shades of Han Purple #5006DC

Tints of Han Purple #5006DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

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

R = 26.14%
G = 1.96%
B = 71.9%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5006DC (or 0x5006DC) is known color: Han Purple. HEX triplet: 50, 06 and DC. RGB value is (80,6,220). Sum of RGB (Red+Green+Blue) = 80+6+220=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #5006DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5006DC is #AFF923. Grayscale: #333333. Windows color (decimal): -11532580 or 14419536. OLE color: 14419536.

HSL color Cylindrical-coordinate representation of color #5006DC: hue angle of 260.75º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5006DC is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 6 220 -
CMYK 0.64 0.97 0 0.14
HSL 260.75º 0.95% 0.44% -
HSV(B) 260.75º 0.97% 0.86% -
XYZ 16.29 7 68.2 -
YUV 52.52 222.52 147.6 -
System Red Green Blue C M Y K H S L
Decimal 80 6 220 0.64 0.97 0 0.14 260.75 0.95 0.44
Hex 50 6 DC 40 61 0 E 105 5F 2C
Octal 120 6 334 100 141 0 16 405 137 54
Binary 1010000 110 11011100 1000000 1100001 0 1110 100000101 1011111 101100

Color Harmonies of #5006DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5006DC

Black with #5006DC

Text Example


Text Example

White with #5006DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5006DC; }

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

 H1.HeaderClassName
 {
   color: #5006DC;
 }
 .AnyTagClassName
 {
   color: #5006DC;
 }
</style>

background-color css

<style>
 a { background-color: #5006DC; }

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

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

border-color css

<style>
 span { border-color: #5006DC; }

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

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