#613352

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

Shades of Purple Taupe #613352

Tints of Purple Taupe #613352

Color information

#613352 (or 0x613352) is unknown color: approx Purple Taupe. HEX triplet: 61, 33 and 52. RGB value is (97,51,82). Sum of RGB (Red+Green+Blue) = 97+51+82=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #613352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613352 is #9ECCAD. Grayscale: #444444. Windows color (decimal): -10407086 or 5387105. OLE color: 5387105.

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

Color convert

RGB975182-
CMYK00.470.150.62
HSL319.57º31.08%29.02%-
HSV(B)319.57º47.42%38.04%-
XYZ7.645.528.65-
YUV68.29135.74148.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=42.17%
G=22.17%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97518200.470.150.62319.5731.0829.02
Hex61335202FF3E1401f1d
Octal1416312205717765003735
Binary11000011100111010010010111111111111101010000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613352; }

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

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

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

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

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

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

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

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