#55395B

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

Shades of Hot Purple #55395B

Tints of Hot Purple #55395B

Color information

#55395B (or 0x55395B) is unknown color: approx Hot Purple. HEX triplet: 55, 39 and 5B. RGB value is (85,57,91). Sum of RGB (Red+Green+Blue) = 85+57+91=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #55395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55395B is #AAC6A4. Grayscale: #454545. Windows color (decimal): -11191973 or 5978453. OLE color: 5978453.

HSL color Cylindrical-coordinate representation of color #55395B: hue angle of 289.41º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55395B is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB855791-
CMYK0.070.3700.64
HSL289.41º22.97%29.02%-
HSV(B)289.41º37.36%35.69%-
XYZ7.15.6110.61-
YUV69.25140.28139.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=36.48%
G=24.46%
B=39.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8557910.070.3700.64289.4122.9729.02
Hex55395B725040121171d
Octal1257113374501004412735
Binary10101011110011011011111100101010000001001000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55395B; }

 p { color: rgb(85,57,91); }

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

<style>
 a { background-color: #55395B; }

 a { background-color: rgb(85,57,91); }

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

<style>
 span { border-color: #55395B; }

 span { border-color: rgb(85,57,91); }

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