#61435E

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

Shades of Purple Taupe #61435E

Tints of Purple Taupe #61435E

Color information

#61435E (or 0x61435E) is unknown color: approx Purple Taupe. HEX triplet: 61, 43 and 5E. RGB value is (97,67,94). Sum of RGB (Red+Green+Blue) = 97+67+94=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61435E is #9EBCA1. Grayscale: #4E4E4E. Windows color (decimal): -10402978 or 6177633. OLE color: 6177633.

HSL color Cylindrical-coordinate representation of color #61435E: hue angle of 306º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61435E is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB976794-
CMYK00.310.030.62
HSL306º18.29%32.16%-
HSV(B)306º30.93%38.04%-
XYZ8.967.3611.54-
YUV79.05136.44140.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=37.60%
G=25.97%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97679400.310.030.6230618.2932.16
Hex61435E01F33E1321220
Octal1411031360373764622240
Binary1100001100001110111100111111111111010011001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61435E; }

 p { color: rgb(97,67,94); }

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

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

 a { background-color: rgb(97,67,94); }

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

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

 span { border-color: rgb(97,67,94); }

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