Html Css Color HEX #5002FE Han Purple

📋 copy color: '#5002FE'

red 80 ◦ green 2 ◦ blue 254

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

Shades of Han Purple #5002FE

Tints of Han Purple #5002FE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 254 (99.61% from 255) = 75.6%

R = 23.81%
G = 0.6%
B = 75.6%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5002FE (or 0x5002FE) is known color: Han Purple. HEX triplet: 50, 02 and FE. RGB value is (80,2,254). Sum of RGB (Red+Green+Blue) = 80+2+254=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #5002FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5002FE is #AFFD01. Grayscale: #353535. Windows color (decimal): -11533570 or 16646736. OLE color: 16646736.

HSL color Cylindrical-coordinate representation of color #5002FE: hue angle of 258.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5002FE is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 2 254 -
CMYK 0.69 0.99 0 0.00
HSL 258.57º 0.99% 0.5% -
HSV(B) 258.57º 0.99% 1% -
XYZ 21.22 8.9 94.37 -
YUV 54.05 240.84 146.51 -
System Red Green Blue C M Y K H S L
Decimal 80 2 254 0.69 0.99 0 0.00 258.57 0.99 0.5
Hex 50 2 FE 45 63 0 0 103 63 32
Octal 120 2 376 105 143 0 0 403 143 62
Binary 1010000 10 11111110 1000101 1100011 0 0 100000011 1100011 110010

Color Harmonies of #5002FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5002FE

Black with #5002FE

Text Example


Text Example

White with #5002FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5002FE; }

 p { color: rgb(80,2,254); }

 H1.HeaderClassName
 {
   color: #5002FE;
 }
 .AnyTagClassName
 {
   color: #5002FE;
 }
</style>

background-color css

<style>
 a { background-color: #5002FE; }

 a { background-color: rgb(80,2,254); }

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

border-color css

<style>
 span { border-color: #5002FE; }

 span { border-color: rgb(80,2,254); }

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