Html Css Color HEX #5014FD Han Purple

📋 copy color: '#5014FD'

red 80 ◦ green 20 ◦ blue 253

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

Shades of Han Purple #5014FD

Tints of Han Purple #5014FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

 BLUE value IS 253 (99.22% from 255) = 71.67%

R = 22.66%
G = 5.67%
B = 71.67%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5014FD (or 0x5014FD) is known color: Han Purple. HEX triplet: 50, 14 and FD. RGB value is (80,20,253). Sum of RGB (Red+Green+Blue) = 80+20+253=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #5014FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5014FD is #AFEB02. Grayscale: #3F3F3F. Windows color (decimal): -11528963 or 16585808. OLE color: 16585808.

HSL color Cylindrical-coordinate representation of color #5014FD: hue angle of 255.45º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5014FD is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 20 253 -
CMYK 0.68 0.92 0 0.01
HSL 255.45º 0.98% 0.54% -
HSV(B) 255.45º 0.92% 0.99% -
XYZ 21.29 9.3 93.6 -
YUV 64.5 234.38 139.05 -
System Red Green Blue C M Y K H S L
Decimal 80 20 253 0.68 0.92 0 0.01 255.45 0.98 0.54
Hex 50 14 FD 44 5C 0 1 FF 62 36
Octal 120 24 375 104 134 0 1 377 142 66
Binary 1010000 10100 11111101 1000100 1011100 0 1 11111111 1100010 110110

Color Harmonies of #5014FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5014FD

Black with #5014FD

Text Example


Text Example

White with #5014FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5014FD; }

 p { color: rgb(80,20,253); }

 H1.HeaderClassName
 {
   color: #5014FD;
 }
 .AnyTagClassName
 {
   color: #5014FD;
 }
</style>

background-color css

<style>
 a { background-color: #5014FD; }

 a { background-color: rgb(80,20,253); }

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

border-color css

<style>
 span { border-color: #5014FD; }

 span { border-color: rgb(80,20,253); }

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