Html Css Color HEX #5003FD Han Purple

📋 copy color: '#5003FD'

red 80 ◦ green 3 ◦ blue 253

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

Shades of Han Purple #5003FD

Tints of Han Purple #5003FD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 23.81%
G = 0.89%
B = 75.3%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5003FD (or 0x5003FD) is known color: Han Purple. HEX triplet: 50, 03 and FD. RGB value is (80,3,253). Sum of RGB (Red+Green+Blue) = 80+3+253=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #5003FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5003FD is #AFFC02. Grayscale: #353535. Windows color (decimal): -11533315 or 16581456. OLE color: 16581456.

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

Color convert

RGB 80 3 253 -
CMYK 0.68 0.99 0 0.01
HSL 258.48º 0.98% 0.5% -
HSV(B) 258.48º 0.99% 0.99% -
XYZ 21.07 8.86 93.53 -
YUV 54.52 240.01 146.17 -
System Red Green Blue C M Y K H S L
Decimal 80 3 253 0.68 0.99 0 0.01 258.48 0.98 0.5
Hex 50 3 FD 44 63 0 1 102 62 32
Octal 120 3 375 104 143 0 1 402 142 62
Binary 1010000 11 11111101 1000100 1100011 0 1 100000010 1100010 110010

Color Harmonies of #5003FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5003FD

Black with #5003FD

Text Example


Text Example

White with #5003FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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