Html Css Color HEX #5015D7 Han Purple

📋 copy color: '#5015D7'

red 80 ◦ green 21 ◦ blue 215

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

Shades of Han Purple #5015D7

Tints of Han Purple #5015D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 68.04%

R = 25.32%
G = 6.65%
B = 68.04%

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

#5015D7 (or 0x5015D7) is known color: Han Purple. HEX triplet: 50, 15 and D7. RGB value is (80,21,215). Sum of RGB (Red+Green+Blue) = 80+21+215=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #5015D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015D7 is #AFEA28. Grayscale: #3C3C3C. Windows color (decimal): -11528745 or 14095696. OLE color: 14095696.

HSL color Cylindrical-coordinate representation of color #5015D7: hue angle of 258.25º 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 #5015D7 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 21 215 -
CMYK 0.63 0.90 0 0.16
HSL 258.25º 0.82% 0.46% -
HSV(B) 258.25º 0.9% 0.84% -
XYZ 15.84 7.15 64.83 -
YUV 60.76 215.05 141.73 -
System Red Green Blue C M Y K H S L
Decimal 80 21 215 0.63 0.90 0 0.16 258.25 0.82 0.46
Hex 50 15 D7 3F 5A 0 10 102 52 2E
Octal 120 25 327 77 132 0 20 402 122 56
Binary 1010000 10101 11010111 111111 1011010 0 10000 100000010 1010010 101110

Color Harmonies of #5015D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015D7

Black with #5015D7

Text Example


Text Example

White with #5015D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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