#613855

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

Shades of Purple Taupe #613855

Tints of Purple Taupe #613855

Color information

#613855 (or 0x613855) is unknown color: approx Purple Taupe. HEX triplet: 61, 38 and 55. RGB value is (97,56,85). Sum of RGB (Red+Green+Blue) = 97+56+85=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #613855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613855 is #9EC7AA. Grayscale: #474747. Windows color (decimal): -10405803 or 5584993. OLE color: 5584993.

HSL color Cylindrical-coordinate representation of color #613855: hue angle of 317.56º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #613855 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB975685-
CMYK00.420.120.62
HSL317.56º26.8%30%-
HSV(B)317.56º42.27%38.04%-
XYZ7.986.039.34-
YUV71.56135.58146.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 56 (22.27% from 255) = 23.53%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=40.76%
G=23.53%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97568500.420.120.62317.5626.830
Hex61385502AC3E13e1b1e
Octal1417012505214764763336
Binary11000011110001010101010101011001111101001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613855; }

 p { color: rgb(97,56,85); }

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

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

 a { background-color: rgb(97,56,85); }

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

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

 span { border-color: rgb(97,56,85); }

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