Html Css Color HEX #5015FF Han Purple

📋 copy color: '#5015FF'

red 80 ◦ green 21 ◦ blue 255

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

Shades of Han Purple #5015FF

Tints of Han Purple #5015FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.63%

R = 22.47%
G = 5.9%
B = 71.63%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5015FF (or 0x5015FF) is known color: Han Purple. HEX triplet: 50, 15 and FF. RGB value is (80,21,255). Sum of RGB (Red+Green+Blue) = 80+21+255=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #5015FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5015FF is #AFEA00. Grayscale: #404040. Windows color (decimal): -11528705 or 16717136. OLE color: 16717136.

HSL color Cylindrical-coordinate representation of color #5015FF: hue angle of 255.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5015FF is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 21 255 -
CMYK 0.69 0.92 0 0
HSL 255.13º 1% 0.54% -
HSV(B) 255.13º 0.92% 1% -
XYZ 21.63 9.46 95.29 -
YUV 65.32 235.05 138.47 -
System Red Green Blue C M Y K H S L
Decimal 80 21 255 0.69 0.92 0 0 255.13 1 0.54
Hex 50 15 FF 45 5C 0 0 FF 64 36
Octal 120 25 377 105 134 0 0 377 144 66
Binary 1010000 10101 11111111 1000101 1011100 0 0 11111111 1100100 110110

Color Harmonies of #5015FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015FF

Black with #5015FF

Text Example


Text Example

White with #5015FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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