#613553

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

Shades of Purple Taupe #613553

Tints of Purple Taupe #613553

Color information

#613553 (or 0x613553) is unknown color: approx Purple Taupe. HEX triplet: 61, 35 and 53. RGB value is (97,53,83). Sum of RGB (Red+Green+Blue) = 97+53+83=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #613553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613553 is #9ECAAC. Grayscale: #454545. Windows color (decimal): -10406573 or 5453153. OLE color: 5453153.

HSL color Cylindrical-coordinate representation of color #613553: hue angle of 319.09º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #613553 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB975383-
CMYK00.450.140.62
HSL319.09º29.33%29.41%-
HSV(B)319.09º45.36%38.04%-
XYZ7.765.718.88-
YUV69.58135.58147.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=41.63%
G=22.75%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97538300.450.140.62319.0929.3329.41
Hex61355302DE3E13f1d1d
Octal1416512305516764773535
Binary11000011101011010011010110111101111101001111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613553; }

 p { color: rgb(97,53,83); }

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

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

 a { background-color: rgb(97,53,83); }

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

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

 span { border-color: rgb(97,53,83); }

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