#551EEC

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

Shades of Han Purple #551EEC

Tints of Han Purple #551EEC

Color information

#551EEC (or 0x551EEC) is unknown color: approx Han Purple. HEX triplet: 55, 1E and EC. RGB value is (85,30,236). Sum of RGB (Red+Green+Blue) = 85+30+236=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #551EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551EEC is #AAE113. Grayscale: #454545. Windows color (decimal): -11198740 or 15474261. OLE color: 15474261.

HSL color Cylindrical-coordinate representation of color #551EEC: hue angle of 256.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551EEC is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8530236-
CMYK0.640.8700.07
HSL256.02º84.43%52.16%-
HSV(B)256.02º87.29%92.55%-
XYZ19.358.9280.06-
YUV69.93221.72138.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 30 (12.11% from 255) = 8.55%
BLUE value IS 236 (92.58% from 255) = 67.24%
R=24.22%
G=8.55%
B=67.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85302360.640.8700.07256.0284.4352.16
Hex551EEC4057071005434
Octal125363541001270740012464
Binary101010111110111011001000000101011101111000000001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551EEC; }

 p { color: rgb(85,30,236); }

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

<style>
 a { background-color: #551EEC; }

 a { background-color: rgb(85,30,236); }

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

<style>
 span { border-color: #551EEC; }

 span { border-color: rgb(85,30,236); }

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