Html Css Color HEX #5015D6 Han Purple

📋 copy color: '#5015D6'

red 80 ◦ green 21 ◦ blue 214

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

Shades of Han Purple #5015D6

Tints of Han Purple #5015D6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 214 (83.98% from 255) = 67.94%

R = 25.4%
G = 6.67%
B = 67.94%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5015D6 (or 0x5015D6) is known color: Han Purple. HEX triplet: 50, 15 and D6. RGB value is (80,21,214). Sum of RGB (Red+Green+Blue) = 80+21+214=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 214 (83.98% from 255 or 67.94% from 315); Max value from RGB is 214 - color contains mainly: blue. Hex color #5015D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015D6 is #AFEA29. Grayscale: #3B3B3B. Windows color (decimal): -11528746 or 14030160. OLE color: 14030160.

HSL color Cylindrical-coordinate representation of color #5015D6: hue angle of 258.34º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5015D6 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 21 214 -
CMYK 0.63 0.90 0 0.16
HSL 258.34º 0.82% 0.46% -
HSV(B) 258.34º 0.9% 0.84% -
XYZ 15.71 7.1 64.16 -
YUV 60.64 214.55 141.81 -
System Red Green Blue C M Y K H S L
Decimal 80 21 214 0.63 0.90 0 0.16 258.34 0.82 0.46
Hex 50 15 D6 3F 5A 0 10 102 52 2E
Octal 120 25 326 77 132 0 20 402 122 56
Binary 1010000 10101 11010110 111111 1011010 0 10000 100000010 1010010 101110

Color Harmonies of #5015D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015D6

Black with #5015D6

Text Example


Text Example

White with #5015D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5015D6; }

 p { color: rgb(80,21,214); }

 H1.HeaderClassName
 {
   color: #5015D6;
 }
 .AnyTagClassName
 {
   color: #5015D6;
 }
</style>

background-color css

<style>
 a { background-color: #5015D6; }

 a { background-color: rgb(80,21,214); }

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

border-color css

<style>
 span { border-color: #5015D6; }

 span { border-color: rgb(80,21,214); }

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