Html Css Color HEX #5007EB Han Purple

📋 copy color: '#5007EB'

red 80 ◦ green 7 ◦ blue 235

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

Shades of Han Purple #5007EB

Tints of Han Purple #5007EB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 24.84%
G = 2.17%
B = 72.98%

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

#5007EB (or 0x5007EB) is known color: Han Purple. HEX triplet: 50, 07 and EB. RGB value is (80,7,235). Sum of RGB (Red+Green+Blue) = 80+7+235=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #5007EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5007EB is #AFF814. Grayscale: #353535. Windows color (decimal): -11532309 or 15402832. OLE color: 15402832.

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

Color convert

RGB 80 7 235 -
CMYK 0.66 0.97 0 0.08
HSL 259.21º 0.94% 0.47% -
HSV(B) 259.21º 0.97% 0.92% -
XYZ 18.38 7.86 79.14 -
YUV 54.82 229.68 145.96 -
System Red Green Blue C M Y K H S L
Decimal 80 7 235 0.66 0.97 0 0.08 259.21 0.94 0.47
Hex 50 7 EB 42 61 0 8 103 5E 2F
Octal 120 7 353 102 141 0 10 403 136 57
Binary 1010000 111 11101011 1000010 1100001 0 1000 100000011 1011110 101111

Color Harmonies of #5007EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5007EB

Black with #5007EB

Text Example


Text Example

White with #5007EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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