Html Css Color HEX #5010FD Han Purple

📋 copy color: '#5010FD'

red 80 ◦ green 16 ◦ blue 253

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

Shades of Han Purple #5010FD

Tints of Han Purple #5010FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.58%

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

R = 22.92%
G = 4.58%
B = 72.49%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5010FD (or 0x5010FD) is known color: Han Purple. HEX triplet: 50, 10 and FD. RGB value is (80,16,253). Sum of RGB (Red+Green+Blue) = 80+16+253=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #5010FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5010FD is #AFEF02. Grayscale: #3D3D3D. Windows color (decimal): -11529987 or 16584784. OLE color: 16584784.

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

Color convert

RGB 80 16 253 -
CMYK 0.68 0.94 0 0.01
HSL 256.2º 0.98% 0.53% -
HSV(B) 256.2º 0.94% 0.99% -
XYZ 21.22 9.17 93.58 -
YUV 62.15 235.7 140.73 -
System Red Green Blue C M Y K H S L
Decimal 80 16 253 0.68 0.94 0 0.01 256.2 0.98 0.53
Hex 50 10 FD 44 5E 0 1 100 62 35
Octal 120 20 375 104 136 0 1 400 142 65
Binary 1010000 10000 11111101 1000100 1011110 0 1 100000000 1100010 110101

Color Harmonies of #5010FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5010FD

Black with #5010FD

Text Example


Text Example

White with #5010FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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