Html Css Color HEX #5008EB Han Purple

📋 copy color: '#5008EB'

red 80 ◦ green 8 ◦ blue 235

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

Shades of Han Purple #5008EB

Tints of Han Purple #5008EB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

 BLUE value IS 235 (92.19% from 255) = 72.76%

R = 24.77%
G = 2.48%
B = 72.76%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5008EB (or 0x5008EB) is known color: Han Purple. HEX triplet: 50, 08 and EB. RGB value is (80,8,235). Sum of RGB (Red+Green+Blue) = 80+8+235=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #5008EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5008EB is #AFF714. Grayscale: #363636. Windows color (decimal): -11532053 or 15403088. OLE color: 15403088.

HSL color Cylindrical-coordinate representation of color #5008EB: hue angle of 259.03º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5008EB is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 8 235 -
CMYK 0.66 0.97 0 0.08
HSL 259.03º 0.93% 0.48% -
HSV(B) 259.03º 0.97% 0.92% -
XYZ 18.39 7.88 79.15 -
YUV 55.41 229.35 145.54 -
System Red Green Blue C M Y K H S L
Decimal 80 8 235 0.66 0.97 0 0.08 259.03 0.93 0.48
Hex 50 8 EB 42 61 0 8 103 5D 30
Octal 120 10 353 102 141 0 10 403 135 60
Binary 1010000 1000 11101011 1000010 1100001 0 1000 100000011 1011101 110000

Color Harmonies of #5008EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5008EB

Black with #5008EB

Text Example


Text Example

White with #5008EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5008EB; }

 p { color: rgb(80,8,235); }

 H1.HeaderClassName
 {
   color: #5008EB;
 }
 .AnyTagClassName
 {
   color: #5008EB;
 }
</style>

background-color css

<style>
 a { background-color: #5008EB; }

 a { background-color: rgb(80,8,235); }

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

border-color css

<style>
 span { border-color: #5008EB; }

 span { border-color: rgb(80,8,235); }

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