#55355C

Color #55355C Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #55355C

Tints of Hot Purple #55355C

Color information

#55355C (or 0x55355C) is unknown color: approx Hot Purple. HEX triplet: 55, 35 and 5C. RGB value is (85,53,92). Sum of RGB (Red+Green+Blue) = 85+53+92=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #55355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55355C is #AACAA3. Grayscale: #424242. Windows color (decimal): -11192996 or 6042965. OLE color: 6042965.

HSL color Cylindrical-coordinate representation of color #55355C: hue angle of 289.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55355C is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB855392-
CMYK0.080.4200.64
HSL289.23º26.9%28.43%-
HSV(B)289.23º42.39%36.08%-
XYZ6.955.2510.77-
YUV67.01142.1140.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 92 (36.33% from 255) = 40%
R=36.96%
G=23.04%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8553920.080.4200.64289.2326.928.43
Hex55355C82A0401211b1c
Octal12565134105201004413334
Binary101010111010110111001000101010010000001001000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55355C; }

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

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

<style>
 a { background-color: #55355C; }

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

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

<style>
 span { border-color: #55355C; }

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

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