Html Css Color HEX #5013FF Han Purple

📋 copy color: '#5013FF'

red 80 ◦ green 19 ◦ blue 255

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

Shades of Han Purple #5013FF

Tints of Han Purple #5013FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

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

R = 22.6%
G = 5.37%
B = 72.03%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5013FF (or 0x5013FF) is known color: Han Purple. HEX triplet: 50, 13 and FF. RGB value is (80,19,255). Sum of RGB (Red+Green+Blue) = 80+19+255=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #5013FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5013FF is #AFEC00. Grayscale: #3F3F3F. Windows color (decimal): -11529217 or 16716624. OLE color: 16716624.

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

Color convert

RGB 80 19 255 -
CMYK 0.69 0.93 0 0
HSL 255.51º 1% 0.54% -
HSV(B) 255.51º 0.93% 1% -
XYZ 21.59 9.39 95.28 -
YUV 64.14 235.71 139.31 -
System Red Green Blue C M Y K H S L
Decimal 80 19 255 0.69 0.93 0 0 255.51 1 0.54
Hex 50 13 FF 45 5D 0 0 100 64 36
Octal 120 23 377 105 135 0 0 400 144 66
Binary 1010000 10011 11111111 1000101 1011101 0 0 100000000 1100100 110110

Color Harmonies of #5013FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013FF

Black with #5013FF

Text Example


Text Example

White with #5013FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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