#61425C

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

Shades of Purple Taupe #61425C

Tints of Purple Taupe #61425C

Color information

#61425C (or 0x61425C) is unknown color: approx Purple Taupe. HEX triplet: 61, 42 and 5C. RGB value is (97,66,92). Sum of RGB (Red+Green+Blue) = 97+66+92=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #61425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61425C is #9EBDA3. Grayscale: #4E4E4E. Windows color (decimal): -10403236 or 6046305. OLE color: 6046305.

HSL color Cylindrical-coordinate representation of color #61425C: hue angle of 309.68º 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 #61425C is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB976692-
CMYK00.320.050.62
HSL309.68º19.02%31.96%-
HSV(B)309.68º31.96%38.04%-
XYZ8.817.2111.05-
YUV78.23135.77141.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=38.04%
G=25.88%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97669200.320.050.62309.6819.0231.96
Hex61425C02053E1361320
Octal1411021340405764662340
Binary110000110000101011100010000010111111010011011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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