#55315F

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

Shades of Hot Purple #55315F

Tints of Hot Purple #55315F

Color information

#55315F (or 0x55315F) is unknown color: approx Hot Purple. HEX triplet: 55, 31 and 5F. RGB value is (85,49,95). Sum of RGB (Red+Green+Blue) = 85+49+95=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #55315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55315F is #AACEA0. Grayscale: #404040. Windows color (decimal): -11194017 or 6238549. OLE color: 6238549.

HSL color Cylindrical-coordinate representation of color #55315F: hue angle of 286.96º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55315F is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB854995-
CMYK0.110.4800.63
HSL286.96º31.94%28.24%-
HSV(B)286.96º48.42%37.25%-
XYZ6.914.9511.42-
YUV65.01144.93142.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=37.12%
G=21.40%
B=41.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8549950.110.4800.63286.9631.9428.24
Hex55315FB3003F11f201c
Octal1256113713600774374034
Binary101010111000110111111011110000011111110001111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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