#61415E

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

Shades of Purple Taupe #61415E

Tints of Purple Taupe #61415E

Color information

#61415E (or 0x61415E) is unknown color: approx Purple Taupe. HEX triplet: 61, 41 and 5E. RGB value is (97,65,94). Sum of RGB (Red+Green+Blue) = 97+65+94=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #61415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61415E is #9EBEA1. Grayscale: #4D4D4D. Windows color (decimal): -10403490 or 6177121. OLE color: 6177121.

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

Color convert

RGB976594-
CMYK00.330.030.62
HSL305.62º19.75%31.76%-
HSV(B)305.62º32.99%38.04%-
XYZ8.847.1311.5-
YUV77.87137.1141.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=37.89%
G=25.39%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97659400.330.030.62305.6219.7531.76
Hex61415E02133E1321420
Octal1411011360413764622440
Binary11000011000001101111001000011111111010011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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