#55315C

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

Shades of Hot Purple #55315C

Tints of Hot Purple #55315C

Color information

#55315C (or 0x55315C) is unknown color: approx Hot Purple. HEX triplet: 55, 31 and 5C. RGB value is (85,49,92). Sum of RGB (Red+Green+Blue) = 85+49+92=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #55315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55315C is #AACEA3. Grayscale: #404040. Windows color (decimal): -11194020 or 6041941. OLE color: 6041941.

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

Color convert

RGB854992-
CMYK0.080.4700.64
HSL290.23º30.5%27.65%-
HSV(B)290.23º46.74%36.08%-
XYZ6.784.910.71-
YUV64.67143.43142.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=37.61%
G=21.68%
B=40.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8549920.080.4700.64290.2330.527.65
Hex55315C82F0401221e1c
Octal12561134105701004423634
Binary101010111000110111001000101111010000001001000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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