#61425D

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

Shades of Purple Taupe #61425D

Tints of Purple Taupe #61425D

Color information

#61425D (or 0x61425D) is unknown color: approx Purple Taupe. HEX triplet: 61, 42 and 5D. RGB value is (97,66,93). Sum of RGB (Red+Green+Blue) = 97+66+93=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #61425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61425D is #9EBDA2. Grayscale: #4E4E4E. Windows color (decimal): -10403235 or 6111841. OLE color: 6111841.

HSL color Cylindrical-coordinate representation of color #61425D: hue angle of 307.74º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61425D is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB976693-
CMYK00.320.040.62
HSL307.74º19.02%31.96%-
HSV(B)307.74º31.96%38.04%-
XYZ8.857.2311.28-
YUV78.35136.27141.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=37.89%
G=25.78%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97669300.320.040.62307.7419.0231.96
Hex61425D02043E1341320
Octal1411021350404764642340
Binary110000110000101011101010000010011111010011010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61425D; }

 p { color: rgb(97,66,93); }

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

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

 a { background-color: rgb(97,66,93); }

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

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

 span { border-color: rgb(97,66,93); }

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