#5E35FA

Color #5E35FA Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5E35FA

Tints of Han Purple #5E35FA

Color information

#5E35FA (or 0x5E35FA) is unknown color: approx Han Purple. HEX triplet: 5E, 35 and FA. RGB value is (94,53,250). Sum of RGB (Red+Green+Blue) = 94+53+250=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E35FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E35FA is #A1CA05. Grayscale: #565656. Windows color (decimal): -10603014 or 16397662. OLE color: 16397662.

HSL color Cylindrical-coordinate representation of color #5E35FA: hue angle of 252.49º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E35FA is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9453250-
CMYK0.620.7900.02
HSL252.49º95.17%59.41%-
HSV(B)252.49º78.8%98.04%-
XYZ23.1411.8391.51-
YUV87.72219.58132.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.68%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 250 (98.05% from 255) = 62.97%
R=23.68%
G=13.35%
B=62.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal94532500.620.7900.02252.4995.1759.41
Hex5E35FA3E4F02fc5f3b
Octal13665372761170237413773
Binary1011110110101111110101111101001111010111111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E35FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E35FA; }

 p { color: rgb(94,53,250); }

 H1.HeaderClassName
 {
   color: #5E35FA;
 }
 .AnyTagClassName
 {
   color: #5E35FA;
 }
</style>
background-color css

<style>
 a { background-color: #5E35FA; }

 a { background-color: rgb(94,53,250); }

 div.DivClassName
 {
   background-color: #5E35FA;
 }
 .BgClassName
 {
   background-color: #5E35FA;
 }
</style>
border-color css

<style>
 span { border-color: #5E35FA; }

 span { border-color: rgb(94,53,250); }

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