#5535E7

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

Shades of Han Purple #5535E7

Tints of Han Purple #5535E7

Color information

#5535E7 (or 0x5535E7) is unknown color: approx Han Purple. HEX triplet: 55, 35 and E7. RGB value is (85,53,231). Sum of RGB (Red+Green+Blue) = 85+53+231=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 231 (90.62% from 255 or 62.60% from 369); Max value from RGB is 231 - color contains mainly: blue. Hex color #5535E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5535E7 is #AACA18. Grayscale: #525252. Windows color (decimal): -11192857 or 15152469. OLE color: 15152469.

HSL color Cylindrical-coordinate representation of color #5535E7: hue angle of 250.79º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5535E7 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8553231-
CMYK0.630.7700.09
HSL250.79º78.76%55.69%-
HSV(B)250.79º77.06%90.59%-
XYZ19.4410.2576.55-
YUV82.86211.6129.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 53 (21.09% from 255) = 14.36%
BLUE value IS 231 (90.62% from 255) = 62.60%
R=23.04%
G=14.36%
B=62.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85532310.630.7700.09250.7978.7655.69
Hex5535E73F4D09fb4f38
Octal125653477711501137311770
Binary101010111010111100111111111100110101001111110111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5535E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5535E7; }

 p { color: rgb(85,53,231); }

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

<style>
 a { background-color: #5535E7; }

 a { background-color: rgb(85,53,231); }

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

<style>
 span { border-color: #5535E7; }

 span { border-color: rgb(85,53,231); }

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