#5509E4

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

Shades of Han Purple #5509E4

Tints of Han Purple #5509E4

Color information

#5509E4 (or 0x5509E4) is unknown color: approx Han Purple. HEX triplet: 55, 09 and E4. RGB value is (85,9,228). Sum of RGB (Red+Green+Blue) = 85+9+228=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 228 (89.45% from 255 or 70.81% from 322); Max value from RGB is 228 - color contains mainly: blue. Hex color #5509E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5509E4 is #AAF61B. Grayscale: #373737. Windows color (decimal): -11204124 or 14944597. OLE color: 14944597.

HSL color Cylindrical-coordinate representation of color #5509E4: hue angle of 260.82º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5509E4 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB859228-
CMYK0.630.9600.11
HSL260.82º92.41%46.47%-
HSV(B)260.82º96.05%89.41%-
XYZ17.857.7373.95-
YUV56.69224.68148.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 228 (89.45% from 255) = 70.81%
R=26.40%
G=2.80%
B=70.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal8592280.630.9600.11260.8292.4146.47
Hex559E43F600B1055c2e
Octal125113447714001340513456
Binary10101011001111001001111111100000010111000001011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5509E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5509E4; }

 p { color: rgb(85,9,228); }

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

<style>
 a { background-color: #5509E4; }

 a { background-color: rgb(85,9,228); }

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

<style>
 span { border-color: #5509E4; }

 span { border-color: rgb(85,9,228); }

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