#613552

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

Shades of Purple Taupe #613552

Tints of Purple Taupe #613552

Color information

#613552 (or 0x613552) is unknown color: approx Purple Taupe. HEX triplet: 61, 35 and 52. RGB value is (97,53,82). Sum of RGB (Red+Green+Blue) = 97+53+82=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613552 is #9ECAAD. Grayscale: #454545. Windows color (decimal): -10406574 or 5387617. OLE color: 5387617.

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

Color convert

RGB975382-
CMYK00.450.150.62
HSL320.45º29.33%29.41%-
HSV(B)320.45º45.36%38.04%-
XYZ7.735.78.68-
YUV69.46135.08147.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=41.81%
G=22.84%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97538200.450.150.62320.4529.3329.41
Hex61355202DF3E1401d1d
Octal1416512205517765003535
Binary11000011101011010010010110111111111101010000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613552; }

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

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

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

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

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

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

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

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