Html Css Color HEX #5035E6 Han Purple

📋 copy color: '#5035E6'

red 80 ◦ green 53 ◦ blue 230

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

Shades of Han Purple #5035E6

Tints of Han Purple #5035E6

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.6%

 BLUE value IS 230 (90.23% from 255) = 63.36%

R = 22.04%
G = 14.6%
B = 63.36%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5035E6 (or 0x5035E6) is known color: Han Purple. HEX triplet: 50, 35 and E6. RGB value is (80,53,230). Sum of RGB (Red+Green+Blue) = 80+53+230=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 230 (90.23% from 255 or 63.36% from 363); Max value from RGB is 230 - color contains mainly: blue. Hex color #5035E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5035E6 is #AFCA19. Grayscale: #505050. Windows color (decimal): -11520538 or 15086928. OLE color: 15086928.

HSL color Cylindrical-coordinate representation of color #5035E6: hue angle of 249.15º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5035E6 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 53 230 -
CMYK 0.65 0.77 0 0.10
HSL 249.15º 0.78% 0.55% -
HSV(B) 249.15º 0.77% 0.9% -
XYZ 18.86 9.96 75.79 -
YUV 81.25 211.95 127.11 -
System Red Green Blue C M Y K H S L
Decimal 80 53 230 0.65 0.77 0 0.10 249.15 0.78 0.55
Hex 50 35 E6 41 4D 0 A F9 4E 37
Octal 120 65 346 101 115 0 12 371 116 67
Binary 1010000 110101 11100110 1000001 1001101 0 1010 11111001 1001110 110111

Color Harmonies of #5035E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5035E6

Black with #5035E6

Text Example


Text Example

White with #5035E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5035E6; }

 p { color: rgb(80,53,230); }

 H1.HeaderClassName
 {
   color: #5035E6;
 }
 .AnyTagClassName
 {
   color: #5035E6;
 }
</style>

background-color css

<style>
 a { background-color: #5035E6; }

 a { background-color: rgb(80,53,230); }

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

border-color css

<style>
 span { border-color: #5035E6; }

 span { border-color: rgb(80,53,230); }

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