#55315D

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

Shades of Hot Purple #55315D

Tints of Hot Purple #55315D

Color information

#55315D (or 0x55315D) is unknown color: approx Hot Purple. HEX triplet: 55, 31 and 5D. RGB value is (85,49,93). Sum of RGB (Red+Green+Blue) = 85+49+93=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #55315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55315D is #AACEA2. Grayscale: #404040. Windows color (decimal): -11194019 or 6107477. OLE color: 6107477.

HSL color Cylindrical-coordinate representation of color #55315D: hue angle of 289.09º degrees, saturation: 0.31, 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 #55315D is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB854993-
CMYK0.090.4700.64
HSL289.09º30.99%27.84%-
HSV(B)289.09º47.31%36.47%-
XYZ6.824.9210.95-
YUV64.78143.93142.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=37.44%
G=21.59%
B=40.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8549930.090.4700.64289.0930.9927.84
Hex55315D92F0401211f1c
Octal12561135115701004413734
Binary101010111000110111011001101111010000001001000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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