Html Css Color HEX #5002EF Han Purple

📋 copy color: '#5002EF'

red 80 ◦ green 2 ◦ blue 239

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

Shades of Han Purple #5002EF

Tints of Han Purple #5002EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.45%

R = 24.92%
G = 0.62%
B = 74.45%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5002EF (or 0x5002EF) is known color: Han Purple. HEX triplet: 50, 02 and EF. RGB value is (80,2,239). Sum of RGB (Red+Green+Blue) = 80+2+239=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #5002EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5002EF is #AFFD10. Grayscale: #333333. Windows color (decimal): -11533585 or 15663696. OLE color: 15663696.

HSL color Cylindrical-coordinate representation of color #5002EF: hue angle of 259.75º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5002EF is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 2 239 -
CMYK 0.67 0.99 0 0.06
HSL 259.75º 0.98% 0.47% -
HSV(B) 259.75º 0.99% 0.94% -
XYZ 18.91 7.98 82.21 -
YUV 52.34 233.34 147.73 -
System Red Green Blue C M Y K H S L
Decimal 80 2 239 0.67 0.99 0 0.06 259.75 0.98 0.47
Hex 50 2 EF 43 63 0 6 104 62 2F
Octal 120 2 357 103 143 0 6 404 142 57
Binary 1010000 10 11101111 1000011 1100011 0 110 100000100 1100010 101111

Color Harmonies of #5002EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5002EF

Black with #5002EF

Text Example


Text Example

White with #5002EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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