#613D5A

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

Shades of Purple Taupe #613D5A

Tints of Purple Taupe #613D5A

Color information

#613D5A (or 0x613D5A) is unknown color: approx Purple Taupe. HEX triplet: 61, 3D and 5A. RGB value is (97,61,90). Sum of RGB (Red+Green+Blue) = 97+61+90=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #613D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D5A is #9EC2A5. Grayscale: #4A4A4A. Windows color (decimal): -10404518 or 5913953. OLE color: 5913953.

HSL color Cylindrical-coordinate representation of color #613D5A: hue angle of 311.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613D5A is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB976190-
CMYK00.370.070.62
HSL311.67º22.78%30.98%-
HSV(B)311.67º37.11%38.04%-
XYZ8.446.6210.51-
YUV75.07136.43143.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=39.11%
G=24.60%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97619000.370.070.62311.6722.7830.98
Hex613D5A02573E138171f
Octal141751320457764702737
Binary1100001111101101101001001011111111101001110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613D5A; }

 p { color: rgb(97,61,90); }

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

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

 a { background-color: rgb(97,61,90); }

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

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

 span { border-color: rgb(97,61,90); }

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