#5E35FF

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

Shades of Han Purple #5E35FF

Tints of Han Purple #5E35FF

Color information

#5E35FF (or 0x5E35FF) is unknown color: approx Han Purple. HEX triplet: 5E, 35 and FF. RGB value is (94,53,255). Sum of RGB (Red+Green+Blue) = 94+53+255=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E35FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E35FF is #A1CA00. Grayscale: #575757. Windows color (decimal): -10603009 or 16725342. OLE color: 16725342.

HSL color Cylindrical-coordinate representation of color #5E35FF: hue angle of 252.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E35FF is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9453255-
CMYK0.630.7900
HSL252.18º100%60.39%-
HSV(B)252.18º79.22%100%-
XYZ23.9412.1595.69-
YUV88.29222.08132.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.38%
GREEN value IS 53 (21.09% from 255) = 13.18%
BLUE value IS 255 (100% from 255) = 63.43%
R=23.38%
G=13.18%
B=63.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal94532550.630.7900252.1810060.39
Hex5E35FF3F4F00fc643c
Octal13665377771170037414474
Binary101111011010111111111111111100111100111111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E35FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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