Html Css Color HEX #5006D9 Han Purple

📋 copy color: '#5006D9'

red 80 ◦ green 6 ◦ blue 217

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

Shades of Han Purple #5006D9

Tints of Han Purple #5006D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 71.62%

R = 26.4%
G = 1.98%
B = 71.62%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5006D9 (or 0x5006D9) is known color: Han Purple. HEX triplet: 50, 06 and D9. RGB value is (80,6,217). Sum of RGB (Red+Green+Blue) = 80+6+217=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 217 (85.16% from 255 or 71.62% from 303); Max value from RGB is 217 - color contains mainly: blue. Hex color #5006D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5006D9 is #AFF926. Grayscale: #333333. Windows color (decimal): -11532583 or 14222928. OLE color: 14222928.

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

Color convert

RGB 80 6 217 -
CMYK 0.63 0.97 0 0.15
HSL 261.04º 0.95% 0.44% -
HSV(B) 261.04º 0.97% 0.85% -
XYZ 15.9 6.85 66.13 -
YUV 52.18 221.02 147.84 -
System Red Green Blue C M Y K H S L
Decimal 80 6 217 0.63 0.97 0 0.15 261.04 0.95 0.44
Hex 50 6 D9 3F 61 0 F 105 5F 2C
Octal 120 6 331 77 141 0 17 405 137 54
Binary 1010000 110 11011001 111111 1100001 0 1111 100000101 1011111 101100

Color Harmonies of #5006D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5006D9

Black with #5006D9

Text Example


Text Example

White with #5006D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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