#5A35F7

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

Shades of Han Purple #5A35F7

Tints of Han Purple #5A35F7

Color information

#5A35F7 (or 0x5A35F7) is unknown color: approx Han Purple. HEX triplet: 5A, 35 and F7. RGB value is (90,53,247). Sum of RGB (Red+Green+Blue) = 90+53+247=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #5A35F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A35F7 is #A5CA08. Grayscale: #555555. Windows color (decimal): -10865161 or 16201050. OLE color: 16201050.

HSL color Cylindrical-coordinate representation of color #5A35F7: hue angle of 251.44º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A35F7 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9053247-
CMYK0.640.7900.03
HSL251.44º92.38%58.82%-
HSV(B)251.44º78.54%96.86%-
XYZ22.2811.4489.03-
YUV86.18218.76130.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.08%
GREEN value IS 53 (21.09% from 255) = 13.59%
BLUE value IS 247 (96.88% from 255) = 63.33%
R=23.08%
G=13.59%
B=63.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal90532470.640.7900.03251.4492.3858.82
Hex5A35F7404F03fb5c3b
Octal132653671001170337313473
Binary10110101101011111011110000001001111011111110111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A35F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,53,247); }

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

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

 a { background-color: rgb(90,53,247); }

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

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

 span { border-color: rgb(90,53,247); }

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