#613854

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

Shades of Purple Taupe #613854

Tints of Purple Taupe #613854

Color information

#613854 (or 0x613854) is unknown color: approx Purple Taupe. HEX triplet: 61, 38 and 54. RGB value is (97,56,84). Sum of RGB (Red+Green+Blue) = 97+56+84=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #613854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613854 is #9EC7AB. Grayscale: #474747. Windows color (decimal): -10405804 or 5519457. OLE color: 5519457.

HSL color Cylindrical-coordinate representation of color #613854: hue angle of 319.02º 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 #613854 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB975684-
CMYK00.420.130.62
HSL319.02º26.8%30%-
HSV(B)319.02º42.27%38.04%-
XYZ7.946.019.13-
YUV71.45135.08146.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=40.93%
G=23.63%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97568400.420.130.62319.0226.830
Hex61385402AD3E13f1b1e
Octal1417012405215764773336
Binary11000011110001010100010101011011111101001111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613854; }

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

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

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

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

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

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

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

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