Html Css Color HEX #5013FC Han Purple

📋 copy color: '#5013FC'

red 80 ◦ green 19 ◦ blue 252

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

Shades of Han Purple #5013FC

Tints of Han Purple #5013FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.79%

R = 22.79%
G = 5.41%
B = 71.79%

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

#5013FC (or 0x5013FC) is known color: Han Purple. HEX triplet: 50, 13 and FC. RGB value is (80,19,252). Sum of RGB (Red+Green+Blue) = 80+19+252=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #5013FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5013FC is #AFEC03. Grayscale: #3E3E3E. Windows color (decimal): -11529220 or 16520016. OLE color: 16520016.

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

Color convert

RGB 80 19 252 -
CMYK 0.68 0.92 0 0.01
HSL 255.71º 0.97% 0.53% -
HSV(B) 255.71º 0.92% 0.99% -
XYZ 21.11 9.2 92.76 -
YUV 63.8 234.21 139.55 -
System Red Green Blue C M Y K H S L
Decimal 80 19 252 0.68 0.92 0 0.01 255.71 0.97 0.53
Hex 50 13 FC 44 5C 0 1 100 61 35
Octal 120 23 374 104 134 0 1 400 141 65
Binary 1010000 10011 11111100 1000100 1011100 0 1 100000000 1100001 110101

Color Harmonies of #5013FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013FC

Black with #5013FC

Text Example


Text Example

White with #5013FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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