Html Css Color HEX #5004FA Han Purple

📋 copy color: '#5004FA'

red 80 ◦ green 4 ◦ blue 250

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

Shades of Han Purple #5004FA

Tints of Han Purple #5004FA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

 BLUE value IS 250 (98.05% from 255) = 74.85%

R = 23.95%
G = 1.2%
B = 74.85%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5004FA (or 0x5004FA) is known color: Han Purple. HEX triplet: 50, 04 and FA. RGB value is (80,4,250). Sum of RGB (Red+Green+Blue) = 80+4+250=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #5004FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5004FA is #AFFB05. Grayscale: #353535. Windows color (decimal): -11533062 or 16385104. OLE color: 16385104.

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

Color convert

RGB 80 4 250 -
CMYK 0.68 0.98 0 0.02
HSL 258.54º 0.97% 0.5% -
HSV(B) 258.54º 0.98% 0.98% -
XYZ 20.61 8.69 91.03 -
YUV 54.77 238.18 146 -
System Red Green Blue C M Y K H S L
Decimal 80 4 250 0.68 0.98 0 0.02 258.54 0.97 0.5
Hex 50 4 FA 44 62 0 2 103 61 32
Octal 120 4 372 104 142 0 2 403 141 62
Binary 1010000 100 11111010 1000100 1100010 0 10 100000011 1100001 110010

Color Harmonies of #5004FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004FA

Black with #5004FA

Text Example


Text Example

White with #5004FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5004FA; }

 p { color: rgb(80,4,250); }

 H1.HeaderClassName
 {
   color: #5004FA;
 }
 .AnyTagClassName
 {
   color: #5004FA;
 }
</style>

background-color css

<style>
 a { background-color: #5004FA; }

 a { background-color: rgb(80,4,250); }

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

border-color css

<style>
 span { border-color: #5004FA; }

 span { border-color: rgb(80,4,250); }

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